Skip to content

Instantly share code, notes, and snippets.

@ericrobskyhuntley
Created April 25, 2025 16:25
Show Gist options
  • Save ericrobskyhuntley/f903841d3dc2f144b97d57931a5308c8 to your computer and use it in GitHub Desktop.
Save ericrobskyhuntley/f903841d3dc2f144b97d57931a5308c8 to your computer and use it in GitHub Desktop.
Sample GeoJSON for Testing
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Club Charles"
},
"geometry": {
"coordinates": [
[
[
-71.117761187523,
42.369066862641034
],
[
-71.117761187523,
42.368107159471776
],
[
-71.11634453777472,
42.368107159471776
],
[
-71.11634453777472,
42.369066862641034
],
[
-71.117761187523,
42.369066862641034
]
]
],
"type": "Polygon"
},
"id": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment