| 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 |
| | 87 | === IS_LOCATION Validator === |
| | 88 | Add a custom validator to {{{modules/validators.py}}} (or new {{{modules/s3gis.py}}}): |
| | 89 | {{{ |
| | 90 | IS_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 | |
| 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 |