Changes between Version 19 and Version 20 of BluePrintGISFeatureLayers


Ignore:
Timestamp:
02/13/09 21:45:17 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISFeatureLayers

    v19 v20  
    4646 * UI for Points can hide this behind simple Lat/Lon
    4747 * Q: Which lib best for this?
    48   * WorldMill: http://trac.gispython.org/lab/wiki/WorldMill
     48  * !WorldMill: http://trac.gispython.org/lab/wiki/WorldMill
    4949   * wraps OGR: http://www.gdal.org/ogr/osr_tutorial.html
    5050  * Shapely: http://trac.gispython.org/lab/wiki/Shapely
    5151   * wraps Geos: http://trac.osgeo.org/geos/
    5252
    53 An options should be provided to store in [http://postgis.refractions.net PostGIS] instead, where available, as then can have spatial indexes for speed.[[BR]]
     53An option should be provided to store in [http://postgis.refractions.net PostGIS] instead, where available, as then can have spatial indexes for speed.[[BR]]
    5454Q: Could we extend DAL for spatial indexes?
    5555 * [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()}}}