Changes between Version 10 and Version 11 of BluePrintGISStorage
- Timestamp:
- 09/27/10 22:31:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISStorage
v10 v11 2 2 For portability, the default storage for Features is the normal database via Web2Py's [http://mdp.cti.depaul.edu/examples/default/orm DAL]. 3 3 4 In order to support Lines & Polygons we need tostore as [http://en.wikipedia.org/wiki/Well-known_text WKT]4 In order to support Lines & Polygons we store as [http://en.wikipedia.org/wiki/Well-known_text WKT] 5 5 * UI for Points can hide this behind simple Lat/Lon 6 6 * [http://pypi.python.org/pypi/Shapely/ Shapely] used to do conversion