Leaflet Topology Map: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
http://charlesreid1.com/wiki/Leaflet_NationalMap | http://charlesreid1.com/wiki/Leaflet_NationalMap | ||
Also a continuation of trying to deal with topology information, except using Leaflet, not D3. | |||
http://charlesreid1.com/wiki/Topo_Map | |||
This page covers the process of building a topology map with Leaflet. | This page covers the process of building a topology map with Leaflet. | ||
Revision as of 20:14, 15 February 2015
A continuation of dealing with data from the National Map viewer in Leaflet.
http://charlesreid1.com/wiki/Leaflet_NationalMap
Also a continuation of trying to deal with topology information, except using Leaflet, not D3.
http://charlesreid1.com/wiki/Topo_Map
This page covers the process of building a topology map with Leaflet.
The process looks something like this:
- Obtain topology shapefile from the National Map Viewer
- Trim the shapefile data to the data of interest
- convert shapefiles into geojson
- display geojson paths in Leaflet, on top of the National Map Viewer tileset