Skip to content

Instantly share code, notes, and snippets.

@jatorre
Created October 8, 2025 22:53
Show Gist options
  • Select an option

  • Save jatorre/6963c5488f5624afb5362b0222b3293c to your computer and use it in GitHub Desktop.

Select an option

Save jatorre/6963c5488f5624afb5362b0222b3293c to your computer and use it in GitHub Desktop.
Test GeoJSON for CARTO CLI import testing
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "name": "Test Store", "id": 1 },
"geometry": { "type": "Point", "coordinates": [4.28, 39.82] }
},
{
"type": "Feature",
"properties": { "name": "Another Store", "id": 2 },
"geometry": { "type": "Point", "coordinates": [4.29, 39.81] }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment