wiki:HaitiGISToDo

Version 9 (modified by Fran Boon, 15 years ago) ( diff )

--

Haiti


Haiti GIS

bitnerd & flavour coordinating

  • Provide admin UI for feature_to_feature_group, feature_class_to_feature_group, etc
    • controllers/gis.py & views/gis/...
    • Features are stored in the table gis_location
    • Feature Classes are types of Feature & determine their Marker (Icon): gis_feature_class
    • Feature Groups are collections of Features & Feature Groups & determine whether they appear as a separate layer on the Map to be enabled/disabled: gis_feature_group
    • There are Many-to-Many tables linking these together (defined in models/03_gis.py)
    • There are basic Controller functions for editing these resources, however they aren't fully-exposed to users (need to type URL manually)
    • We want nice User interface for these & menus (menus for GIS need some wider cleanup work anyway)
  • KML Export
    • Include Marker?
    • Polygon support (currently uses Centroid)
    • Provide UI to access per-featuregroup feeds
  • GeoRSS Export
    • Polygon support (currently uses Centroid)
    • Provide UI to access per-featuregroup feeds

  • Separate out the Internal Features from External Features in LayerSwitcher (GeoExt skills)
    • views/gis/map_viewing_client.html +68
  • Popups for GeoRSS overlays (works in Chrome & IE8, but not FF)
    • views/gis/ol_layers_georss.js
  • Popups for KML overlays (works in Chrome, but not FF)
    • views/gis/ol_layers_kml.js
  • Unzip KMZ layers
  • WMS Caps Browser
  • Image layers
  • KML Import
  • GeoRSS Import

Haiti

Note: See TracWiki for help on using the wiki.