Changes between Version 2 and Version 3 of BluePrint/GIS/2.0
- Timestamp:
- 09/22/21 11:01:14 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/2.0
v2 v3 1 1 = GIS module for Sahana Eden 2.0 = 2 2 3 == Upgrade JavaScript dependencies == 3 4 The core !JavaScript Mapping Library that we use is still [https://openlayers.org/two/ OpenLayers 2.x][[BR]] 4 5 This is very old and we would benefit from upgrading to the [https://openlayers.org/ current 6.x release] … … 35 36 * Has a Tree 36 37 37 === Other Issues === 38 == Other Issues == 39 * Import / Export [https://www.ogc.org/standards/sld SLD] <> gis_style 40 * Should be pretty easy as our model is basically a JSON version of SLD anyway 41 * Import / Export [https://www.ogc.org/standards/wmc WMC] <> gis_config 42 * Import for Shapefile needs completing 43 * https://github.com/sahana/eden/blob/master/modules/s3/codecs/shp.py#L239 44 * Export to Shapefile should use Python-GDAL bindings not shell utilities 45 * https://github.com/sahana/eden/blob/master/modules/s3/codecs/shp.py#L179 38 46 * Filtered Maps (e.g. !Summary/Map methods) trigger 2x requests to the server for the GeoJSON