| 31 | === Display Grid as Overlay Layer in Sahana Eden === |
| 32 | Grid types |
| 33 | * Lat/Lon |
| 34 | * UTM/MGRS (NB These aren't regular!) |
| 35 | Options: |
| 36 | * WMS |
| 37 | * http://earth-info.nga.mil/GandG/coordsys/gislayers/gislayers.html |
| 38 | * KML |
| 39 | * PHP code to create (inaccurate?): http://www.nearby.org.uk/google.html#17 |
| 40 | * Offline version: http://www.nearby.org.uk/blog/2007/06/19/mgrs-layer-for-google-earth-offline/ |
| 41 | * !TileCache |
| 42 | * http://github.com/migurski/GridTile |
| 43 | * Grid only at Low Resolutions |
| 44 | * Grid fails in SphericalMercator |
| 45 | MGRS calculations in JS: |
| 46 | * http://haiticrisismap.org/js/usng2.js |