Leaflet NationalMap: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
[[Category:GIS]] | [[Category:GIS]] | ||
[[Category:Leaflet]] | |||
Latest revision as of 20:14, 15 February 2015
An example of how to hook up Leaflet to use the USGS National Maps tile set.
http://viewer.nationalmap.gov/example/maps/Leaflet_Example.html
An example of how to make a topographical map:
http://viewer.nationalmap.gov/example/maps/pqs_profile.html
The above example uses a tile set to render contours (contours are represented as images), whereas the D3 Map project I'm working on uses a shapefile containing detailed contours represented as polygons (and therefore much slower).