Last active
March 5, 2021 15:06
-
-
Save davidpiesse/002c87d36a1409539c9f10177f4b6b3a to your computer and use it in GitHub Desktop.
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": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "cross" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.94397735595703, | |
42.70060440808085 | |
] | |
}, | |
"bbox": [ | |
-78.94397735595703, | |
42.70060440808085, | |
-78.94397735595703, | |
42.70060440808085 | |
] | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "star" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.92972946166991, | |
42.69252994883861 | |
] | |
}, | |
"bbox": [ | |
-78.92972946166991, | |
42.69252994883861, | |
-78.92972946166991, | |
42.69252994883861 | |
] | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "water" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.9034652709961, | |
42.69946900068995 | |
] | |
}, | |
"bbox": [ | |
-78.9034652709961, | |
42.69946900068995, | |
-78.9034652709961, | |
42.69946900068995 | |
] | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "star" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.86758804321288, | |
42.71056987084984 | |
] | |
}, | |
"bbox": [ | |
-78.86758804321288, | |
42.71056987084984, | |
-78.86758804321288, | |
42.71056987084984 | |
] | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#7e7e7e", | |
"marker-size": "medium", | |
"marker-symbol": "triangle" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-78.88312339782715, | |
42.69183600100801 | |
] | |
}, | |
"bbox": [ | |
-78.88312339782715, | |
42.69183600100801, | |
-78.88312339782715, | |
42.69183600100801 | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment