N00000DLE / BehrendTrees

1 stars 0 forks source link

Getting Started: Leaflet JS Map Info/Resources #5

Open GHess09 opened 2 years ago

GHess09 commented 2 years ago

https://leafletjs.com/examples.html

ebeshero commented 2 years ago

GeoJSON with elevation data: https://bl.ocks.org/fogonwater/340afe26d6aa0ad11a06380f73eb10f2

ebeshero commented 2 years ago

Also, a handy tool in oXygen to convert XML to JSON: https://www.oxygenxml.com/doc/versions/24.0/ug-editor/topics/convert-XML-to-JSON-x-tools.html

From today's session: We'll need to run a transformation on the XML so its elements align with the GEOJSON names we need, output the id values, names, and geometries (lat, long, and elevation). Then, run the conversion to JSON here.