Skip to content

Commit

Permalink
add geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
sebfoe committed May 18, 2021
1 parent 8564162 commit 9c6f20e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python_collection/indices/vector/oanob_dam.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "FeatureCollection",
"name": "oanob_dam",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32734" } },
"features": [
{ "type": "Feature", "properties": { "id": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 87398.317760869860649, 7412240.79008047003299 ], [ 87208.571482802159153, 7419037.739190788939595 ], [ 95649.21610821923241, 7419270.66778452694416 ], [ 95835.06130319921067, 7412474.189570187591016 ], [ 87398.317760869860649, 7412240.79008047003299 ] ] ] ] } }
]
}

0 comments on commit 9c6f20e

Please sign in to comment.