Changeset 632
- Timestamp:
- 03/04/07 14:59:45
- Files:
-
- PCL/trunk/PCL-GeoRSS/cartography/data/georss.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PCL/trunk/PCL-GeoRSS/cartography/data/georss.py
r611 r632 85 85 86 86 return GeoRSSFeature( 87 id=entry ['id'],88 title=entry ['title'],89 summary=entry ['summary'],90 updated=entry ['updated'],87 id=entry.id, 88 title=entry.title, 89 summary=entry.description, 90 updated=entry.date, 91 91 the_geom=the_geom 92 92 )
