Last active
November 1, 2024 12:59
-
-
Save cnske/420a0db7aeae6abcc67306613ff6cb77 to your computer and use it in GitHub Desktop.
leaflet_testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "name": "BOL_Loc_Profilemeasurements", | |
| "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
| "features": [ | |
| { "type": "Feature", "properties": { "Station Name": "Bolmen W", "Latitude": 56.941117, "Longtitude": 13.660633 }, "geometry": { "type": "Point", "coordinates": [ 13.660633, 56.941117 ] } }, | |
| { "type": "Feature", "properties": { "Station Name": "Bolmen NE", "Latitude": 56.996567, "Longtitude": 13.783417 }, "geometry": { "type": "Point", "coordinates": [ 13.783417, 56.996567 ] } }, | |
| { "type": "Feature", "properties": { "Station Name": "Bolmen S", "Latitude": 56.862233, "Longtitude": 13.69495 }, "geometry": { "type": "Point", "coordinates": [ 13.69495, 56.862233 ] } }, | |
| { "type": "Feature", "properties": { "Station Name": "Bolmen E", "Latitude": 56.902283, "Longtitude": 13.741167 }, "geometry": { "type": "Point", "coordinates": [ 13.741167, 56.902283 ] } }, | |
| { "type": "Feature", "properties": { "Station Name": "Bolmen NW", "Latitude": 57.045, "Longtitude": 13.732117 }, "geometry": { "type": "Point", "coordinates": [ 13.732117, 57.045 ] } } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment