Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created May 16, 2014 14:34
Show Gist options
  • Save smathermather/1da9b3f7517b6abdb56b to your computer and use it in GitHub Desktop.
Save smathermather/1da9b3f7517b6abdb56b to your computer and use it in GitHub Desktop.
test geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ 0.890888107429985, 0.246666007608518 ] } },
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -1.082079533745647, 2.423858229647501 ] } },
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ 1.023334199859087, 2.356429453703487 ] } },
{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "Point", "coordinates": [ -0.042249569463148, 3.213741310548125 ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment