| 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 | | |
| | 23 | |
| | 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. |
| | 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 | |