Changes between Version 31 and Version 32 of BluePrint/GIS/ShapefileLayers


Ignore:
Timestamp:
05/17/13 17:25:41 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/ShapefileLayers

    v31 v32  
    2525* Needs styling
    2626 * Point layers should be possible to just use a marker
     27  * ok currently
    2728 * 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)
    3136* Handle different projections
     37 * Currently this is supported by manually setting the projection (untested)
     38 * Can we read it from the Shapefile?
    3239* 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
    3342
    3443=== Import into native Tables ===