Changes between Version 44 and Version 45 of HaitiGISToDo


Ignore:
Timestamp:
01/22/10 20:28:02 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HaitiGISToDo

    v44 v45  
    1717 * Plan for this in-progress
    1818
    19 === MGRS ===
    20  * Add MGRS Coordinate Display to Map
    21    * Chris Schmidt made MGRS / Lat Lon mouse position control using Jim Klassens USNG Lib
    22    * map.addControl(new OpenLayers.Control.MGRSMousePosition());
    23    * Example Code http://hypercube.telascience.org/haiti/js/haiti.js
    24    * Using http://hypercube.telascience.org/haiti/js/usng2.js
    25    * And http://hypercube.telascience.org/haiti/js/MP.js
    26  * Add Clickable Index (KML,GeoRSS, or Queryable WMS) to get to MGRS Map Sheets begin Produced by Talbot Brooks
    27 
    2819=== Bugs ===
    2920 * #87
    3021 * #91
    3122 * #109
     23
     24=== IS_LOCATION Validator ===
     25Add a custom validator to {{{modules/validators.py}}} (or new {{{modules/s3gis.py}}}):
     26{{{
     27IS_LOCATION()
     28}}}
     29 * This should support the ability to select a gis_location as an admin area (i.e. we don't know the exact location, but we know the town or district)
     30 * This should be an AJAX auto-complete.
     31 * Once chosen, then the 'parent' will be set to this location
     32
     33 * It should also support the ability to enter a precise Lat/Lon (or Polygon), in which case a function in the new {{{modules/s3gis.py}}} would calculate which admin area to set as the Parent automatically.
    3234
    3335=== Admin UI ===
     
    102104  * Image layers?
    103105   * Added image layers from http://hypercube.telascience.org/haiti/uav.html using advanced JS
     106
     107=== MGRS ===
     108 * Add MGRS Coordinate Display to Map
     109   * Chris Schmidt made MGRS / Lat Lon mouse position control using Jim Klassens USNG Lib
     110   * map.addControl(new OpenLayers.Control.MGRSMousePosition());
     111   * Example Code http://hypercube.telascience.org/haiti/js/haiti.js
     112   * Using http://hypercube.telascience.org/haiti/js/usng2.js
     113   * And http://hypercube.telascience.org/haiti/js/MP.js
     114 * Add Clickable Index (KML,GeoRSS, or Queryable WMS) to get to MGRS Map Sheets begin Produced by Talbot Brooks
     115
    104116=== Load GIS data ===
    105117tcarobruce working on this