Changeset 910
- Timestamp:
- 10/13/07 14:56:50
- Files:
-
- PCL/trunk/PCL-Core/cartography/data/feature.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PCL/trunk/PCL-Core/cartography/data/feature.py
r909 r910 284 284 return { 285 285 'type': 'FeatureCollection', 286 'features': [f._ geo_interfacefor f in self.iterfeatures()]286 'features': [f.__geo_interface__ for f in self.iterfeatures()] 287 287 } 288 288 __geo_interface__ = property(_provideGeoInterface)
