Changes between Version 47 and Version 48 of HaitiGISToDo


Ignore:
Timestamp:
01/22/10 21:11:42 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HaitiGISToDo

    v47 v48  
    2222 * #109
    2323
    24 === IS_LOCATION Validator ===
    25 Add a custom validator to {{{modules/validators.py}}} (or new {{{modules/s3gis.py}}}):
    26 {{{
    27 IS_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.
     24=== MGRS ===
     25 * Add MGRS Coordinate Display to Map
     26   * Chris Schmidt made MGRS / Lat Lon mouse position control using Jim Klassens USNG Lib
     27   * map.addControl(new OpenLayers.Control.MGRSMousePosition());
     28   * Example Code http://hypercube.telascience.org/haiti/js/haiti.js
     29   * Using http://hypercube.telascience.org/haiti/js/usng2.js
     30   * And http://hypercube.telascience.org/haiti/js/MP.js
     31 * Add Clickable Index (KML,GeoRSS, or Queryable WMS) to get to MGRS Map Sheets begin Produced by Talbot Brooks
    3432
    3533=== Admin UI ===
     
    8785 * ~~Add numZoomLevels=22 (or some higher number than the default 16 so can zoom in on high res imagery better~~
    8886
     87=== IS_LOCATION Validator ===
     88Add a custom validator to {{{modules/validators.py}}} (or new {{{modules/s3gis.py}}}):
     89{{{
     90IS_LOCATION()
     91}}}
     92 * 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)
     93 * This should be an AJAX auto-complete.
     94 * Once chosen, then the 'parent' will be set to this location
     95
     96 * 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.
     97
    8998=== !OpenLayers ===
    9099  * Cluster Strategy
     
    105114  * Image layers?
    106115   * Added image layers from http://hypercube.telascience.org/haiti/uav.html using advanced JS
    107 
    108 === MGRS ===
    109  * Add MGRS Coordinate Display to Map
    110    * Chris Schmidt made MGRS / Lat Lon mouse position control using Jim Klassens USNG Lib
    111    * map.addControl(new OpenLayers.Control.MGRSMousePosition());
    112    * Example Code http://hypercube.telascience.org/haiti/js/haiti.js
    113    * Using http://hypercube.telascience.org/haiti/js/usng2.js
    114    * And http://hypercube.telascience.org/haiti/js/MP.js
    115  * Add Clickable Index (KML,GeoRSS, or Queryable WMS) to get to MGRS Map Sheets begin Produced by Talbot Brooks
    116116
    117117=== Load GIS data ===