Skip to content

Commit

Permalink
Lat/Long geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiraj-ms committed Nov 25, 2024
1 parent cee6985 commit b61db21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/testdata/epsg4326points.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "FeatureCollection",
"name": "epsg4326points",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -90.457889274175201, 38.847795218128709 ] } },
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -90.457842139564363, 38.847839210432156 ] } },
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -90.457876704945647, 38.847903627733636 ] } },
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -90.458036962622501, 38.847880060428217 ] } },
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "Point", "coordinates": [ -90.457790291492444, 38.847996325801624 ] } }
]
}

0 comments on commit b61db21

Please sign in to comment.