Changes between Version 11 and Version 12 of BluePrintGISStorage


Ignore:
Timestamp:
09/27/10 22:32:19 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISStorage

    v11 v12  
    1111 * 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.
    1212
    13 We could [http://groups.google.com/group/web2py/browse_thread/thread/7551b50ef3ca72a8 bypass DAL completely] & use an ORM like GeoAlchemy
     13We could [http://groups.google.com/group/web2py/browse_thread/thread/7551b50ef3ca72a8 bypass DAL completely] & use an ORM like [http://geoalchemy.org/ GeoAlchemy]:
    1414{{{
    1515response.custom_commit=lambda: do_commit()
     
    3838Q: integrate [http://featureserver.org FeatureServer]?
    3939
    40 Q: use [http://geoalchemy.org/ GeoAlchemy]?
    41 
    4240Q: copy [http://docs.djangoproject.com/en/dev/ref/contrib/gis/db-api/ GeoDjango]?
    4341----