Changes between Version 11 and Version 12 of BluePrintGISStorage
- Timestamp:
- 09/27/10 22:32:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISStorage
v11 v12 11 11 * adding if deployment_settings.gis.spatialdb == True and deployment_settings.database.db_type == "postgres" to routines inside S3GIS' spaital functions to use optimsied routines where possible & falling back to the existing Shapely routines. 12 12 13 We could [http://groups.google.com/group/web2py/browse_thread/thread/7551b50ef3ca72a8 bypass DAL completely] & use an ORM like GeoAlchemy13 We could [http://groups.google.com/group/web2py/browse_thread/thread/7551b50ef3ca72a8 bypass DAL completely] & use an ORM like [http://geoalchemy.org/ GeoAlchemy]: 14 14 {{{ 15 15 response.custom_commit=lambda: do_commit() … … 38 38 Q: integrate [http://featureserver.org FeatureServer]? 39 39 40 Q: use [http://geoalchemy.org/ GeoAlchemy]?41 42 40 Q: copy [http://docs.djangoproject.com/en/dev/ref/contrib/gis/db-api/ GeoDjango]? 43 41 ----