Changes between Version 31 and Version 32 of BluePrint/GIS/ShapefileLayers
- Timestamp:
- 05/17/13 17:25:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/ShapefileLayers
v31 v32 25 25 * Needs styling 26 26 * Point layers should be possible to just use a marker 27 * ok currently 27 28 * Polygon layers (& optionally Point layers) can use a JSON Style object, as per Feature & Theme layers 28 * Process values client-side 29 * Custom Form to include Style field from layer_config into main form 30 * Graphical UI to adjust style (ideally accessible from both map & catalogue, but map is more important...map => real time updates) 29 * Python side is done 30 * Need to work in static/scripts/S3/s3.gis.layers.js 31 * S3SQLCustomForm to include Style field from layer_config into main form 32 * Graphical UI to adjust style 33 * accessible from map 34 * update map in real-time to see effect of sliders 35 * accessible from catalogue (less important) 31 36 * Handle different projections 37 * Currently this is supported by manually setting the projection (untested) 38 * Can we read it from the Shapefile? 32 39 * onaccept to write any modified data back to the attached shapefile 40 * Don't parse the Shapefile repeatedly if the file doesn't change 41 * update_onaccept to check this & call main onaccept if it has 33 42 34 43 === Import into native Tables ===