wiki:HaitiGISToDo

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

--

Haiti


Haiti GIS

bitner, flavour & tcarobruce coordinating in #sahanagis dokotreas joined the team

Map-based Lat/Lon Data entry

  • Provide a function to allow selecting a location on a map to populate
    • Points: Lat/Lon fields
    • Polygons: WKT

Fix the map-based gis_location.represent

Currently this is commented out in models/03_gis.py

Want to separate out HTML representation .represent's from Export ones (i.e. all the rest).

  • Plan for this in-progress

MGRS

Bugs

Admin UI

  • 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)
    • Allow to reorder layers and select which base layer to start with

Feeds

  • KML Export
    • Include Marker?
    • bounds information - e.g. lat/long min/max to go in the metadata. this improves display of KML when opened in the like of GE and other apps. not required, but does improve display
    • Polygon support (currently uses Centroid)
  • GeoRSS Export
    • Polygon support (currently uses Centroid)

  • GPX Export
    • stick some extra info into <desc> - as auto GPS units what support bluetooth phones can recognise phone numbers and allow hands free calling
    • bounds information - e.g. lat/long min/max to go in the metadata. this improves display of GPX when opened in the like of GE and other apps. not required, but does improve display
  • Import
    • GPX
      • Bulk Uploader needs finishing
    • GeoRSS
    • KML

UI

  • Separate out the Internal Features from External Features in LayerSwitcher (GeoExt skills)
    • views/gis/map_viewing_client.html +68
  • Add numZoomLevels=22 (or some higher number than the default 16 so can zoom in on high res imagery better

OpenLayers

  • WFS Layers
  • Unzip KMZ layers

Load GIS data

Haiti

Note: See TracWiki for help on using the wiki.