Created
August 30, 2020 00:24
-
-
Save wboykinm/7d81fa59bf100259671e85f218efe043 to your computer and use it in GitHub Desktop.
A selection of known Asian Knotweed locations in riparian areas in Vermont
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", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#2880c3", | |
"marker-size": "small", | |
"marker-symbol": "wetland" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.990694, | |
44.348528 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#2880c3", | |
"marker-size": "small", | |
"marker-symbol": "wetland" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.091572, | |
44.094774 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#2880c3", | |
"marker-size": "small", | |
"marker-symbol": "wetland" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.873278, | |
42.867083 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#2880c3", | |
"marker-size": "small", | |
"marker-symbol": "wetland" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.858833, | |
42.889528 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#2880c3", | |
"marker-size": "small", | |
"marker-symbol": "wetland" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-72.728472, | |
44.483972 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment