Anyone know of a map service (WMS, WFS, Esri, other) for the US National Grid?
|
|
The NGA produced an accessible USNG WMS which should fit the bill. You also might consider downloading USNG shapefiles (webmap) for your area of interest. |
|||
|
|
http://esri-flex.s3.amazonaws.com/flexviewer/index.html this site may be consuming a service but I don't know... |
|||
|
|
Have you tried the USNG on Google Map? http://dhost.info/usngweb/ You can also look at www.fgdc.gov/usng If no web service is available, one option would be to host your own WFS/WMS service for the data for your internal use. ~SRG |
|||||
|
|
We've been doing it internally using JavaScript. Wherever a person clicks on a map and we return the USNG coordinate e.g. 10S EG 98025 23179. So you can't actually view the USNG grid, but you can still at least see the grid value. If you'd like the code, let me know. |
|||
|
|