Leaflet NationalMap: Difference between revisions
From charlesreid1
(Created page with "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 Category:GIS") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
http://viewer.nationalmap.gov/example/maps/Leaflet_Example.html | 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). | |||
[[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).