Skip to main content

Bathymetry

Geometry Type

Polygon or MultiPolygon

Themebase
Typebathymetry

Schema

Loading ....

Examples

{
"id": "overture:bathymetry:example:1",
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-73.1902319,
41.6678018
],
[
-73.1896302,
41.667817
],
[
-73.1890448,
41.6667723
],
[
-73.1899188,
41.6666994
],
[
-73.1902319,
41.6678018
]
]
]
},
"properties": {
"theme": "base",
"type": "bathymetry",
"depth": -2500,
"cartography": {
"min_zoom": 0,
"max_zoom": 23,
"sort_key": 7
},
"sources": [
{
"record_id": "x123",
"property": "",
"dataset": "some source"
}
],
"version": 0
}
}