Changes between Version 2 and Version 3 of BluePrint/GIS/2.0


Ignore:
Timestamp:
09/22/21 11:01:14 (3 years ago)
Author:
Fran Boon
Comment:

Other Issues

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/2.0

    v2 v3  
    11= GIS module for Sahana Eden 2.0 =
    22
     3== Upgrade JavaScript dependencies ==
    34The core !JavaScript Mapping Library that we use is still [https://openlayers.org/two/ OpenLayers 2.x][[BR]]
    45This is very old and we would benefit from upgrading to the [https://openlayers.org/ current 6.x release]
     
    3536 * Has a Tree
    3637
    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
    3846* Filtered Maps (e.g. !Summary/Map methods) trigger 2x requests to the server for the GeoJSON