Skip to content

Instantly share code, notes, and snippets.

@zramsay
Last active January 22, 2024 19:57
Show Gist options
  • Save zramsay/7cdcd9f50c1d2930f1aeb9073cae2661 to your computer and use it in GitHub Desktop.
Save zramsay/7cdcd9f50c1d2930f1aeb9073cae2661 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [102.0, 0.5]
},
"properties": {
"link": "url"
}
}, { "type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [102.03, 0.5]
},
"properties": {
"link": "url"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment