Skip to content

Instantly share code, notes, and snippets.

@davidpiesse
Last active March 5, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidpiesse/002c87d36a1409539c9f10177f4b6b3a to your computer and use it in GitHub Desktop.
Save davidpiesse/002c87d36a1409539c9f10177f4b6b3a to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"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