class GeoFeedMixin:
Known subclasses: django.contrib.gis.feeds.GeoAtom1Feed
, django.contrib.gis.feeds.GeoRSSFeed
, django.contrib.gis.feeds.W3CGeoFeed
Method | add_georss_element |
Add a GeoRSS XML element using the given item and handler. |
Method | add_georss_point |
Adds a GeoRSS point with the given coords using the given handler. Handles the differences between simple GeoRSS and the more popular W3C Geo specification. |
Method | georss_coords |
In GeoRSS coordinate pairs are ordered by lat/lon and separated by a single white space. Given a tuple of coordinates, return a string GeoRSS representation. |