Skip to content

Instantly share code, notes, and snippets.

@jorgevilaca82
Created February 14, 2025 14:34
Show Gist options
  • Save jorgevilaca82/0242e6e08e8991da4c1545c593418e0a to your computer and use it in GitHub Desktop.
Save jorgevilaca82/0242e6e08e8991da4c1545c593418e0a 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": "Polygon",
"coordinates": [
[
[-141.0, 60.0], [-141.0, 83.0], [-52.5, 83.0], [-52.5, 41.7],
[-82.5, 41.7], [-82.5, 41.7], [-97.5, 41.7], [-97.5, 49.0],
[-140.0, 49.0], [-140.0, 60.0]
]
]
},
"properties": {
"name": "Canada"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-125.0, 24.4], [-125.0, 49.0], [-66.9, 49.0], [-66.9, 24.4],
[-125.0, 24.4]
]
]
},
"properties": {
"name": "United States"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment