Changes between Version 10 and Version 11 of BluePrintGISStorage


Ignore:
Timestamp:
09/27/10 22:31:51 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISStorage

    v10 v11  
    22For portability, the default storage for Features is the normal database via Web2Py's [http://mdp.cti.depaul.edu/examples/default/orm DAL].
    33
    4 In order to support Lines & Polygons we need to store as [http://en.wikipedia.org/wiki/Well-known_text WKT]
     4In order to support Lines & Polygons we store as [http://en.wikipedia.org/wiki/Well-known_text WKT]
    55 * UI for Points can hide this behind simple Lat/Lon
    66 * [http://pypi.python.org/pypi/Shapely/ Shapely] used to do conversion