Changes between Version 15 and Version 16 of BluePrintGISStorage
- Timestamp:
- 02/07/12 09:49:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISStorage
v15 v16 4 4 5 5 In order to support Lines & Polygons we store as [http://en.wikipedia.org/wiki/Well-known_text WKT] 6 * UI for Points can hide this behind simple Lat/Lon6 * UI for Points can hide this behind simple !Lat/Lon 7 7 * [http://pypi.python.org/pypi/Shapely/ Shapely] used to do conversion 8 8 … … 18 18 19 19 == PostGIS == 20 Since we store features in Lat/Lon then we need to use the geography_columns, which stay updated automatically :)20 Since we store features in !Lat/Lon then we need to use the geography_columns, which stay updated automatically :) 21 21 {{{ 22 22 geog GEOGRAPHY(Point) … … 77 77 78 78 ---- 79 [wiki:BluePrint GeographicInformationSystemsGIS BluePrints]79 [wiki:BluePrint/GIS GIS BluePrints]