Changes between Version 19 and Version 20 of BluePrintGISFeatureLayers
- Timestamp:
- 02/13/09 21:45:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISFeatureLayers
v19 v20 46 46 * UI for Points can hide this behind simple Lat/Lon 47 47 * Q: Which lib best for this? 48 * WorldMill: http://trac.gispython.org/lab/wiki/WorldMill48 * !WorldMill: http://trac.gispython.org/lab/wiki/WorldMill 49 49 * wraps OGR: http://www.gdal.org/ogr/osr_tutorial.html 50 50 * Shapely: http://trac.gispython.org/lab/wiki/Shapely 51 51 * wraps Geos: http://trac.osgeo.org/geos/ 52 52 53 An option sshould be provided to store in [http://postgis.refractions.net PostGIS] instead, where available, as then can have spatial indexes for speed.[[BR]]53 An option should be provided to store in [http://postgis.refractions.net PostGIS] instead, where available, as then can have spatial indexes for speed.[[BR]] 54 54 Q: Could we extend DAL for spatial indexes? 55 55 * [http://groups.google.com/group/web2py/browse_thread/thread/7551b50ef3ca72a8 DAL can be bypassed] to allow other ORMs to be used: {{{response.custom_commit=lambda: do_commit()}}}