Water
Features in the water theme are from OpenStreetMap features with the natural=water
tag.
Geometry Type |
|
---|---|
Theme | base |
Type | water |
Schema
- Browsable
- YAML
Loading ....
---
"$schema": https://json-schema.org/draft/2020-12/schema
title: water
description: Physical representations of inland and ocean marine surfaces. Translates `natural` and `waterway` tags from OpenStreetMap.
type: object
properties:
id:
"$ref": ../defs.yaml#/$defs/propertyDefinitions/id
geometry:
unevaluatedProperties: false
oneOf:
- "$ref": https://geojson.org/schema/Point.json
- "$ref": https://geojson.org/schema/LineString.json
- "$ref": https://geojson.org/schema/Polygon.json
- "$ref": https://geojson.org/schema/MultiPolygon.json
properties:
unevaluatedProperties: false
allOf:
- "$ref": ../defs.yaml#/$defs/propertyContainers/overtureFeaturePropertiesContainer
- "$ref": ../defs.yaml#/$defs/propertyContainers/levelContainer
- "$ref": ../defs.yaml#/$defs/propertyContainers/namesContainer
- "$ref": ./defs.yaml#/$defs/propertyContainers/osmPropertiesContainer
required:
- subtype
- class
properties:
subtype:
description: The type of water body such as an river, ocean or lake.
default: [water]
type: string
enum:
- canal
- human_made
- lake
- ocean
- physical
- pond
- reservoir
- river
- spring
- stream
- wastewater
- water
class:
description: Further description of the type of water
default: [water]
enum:
- basin
- bay
- canal
- cape
- ditch
- dock
- drain
- fairway
- fish_pass
- fishpond
- geyser
- hot_spring
- lagoon
- lake
- moat
- ocean
- oxbow
- pond
- reflecting_pool
- reservoir
- river
- salt_pond
- sea
- sewage
- shoal
- spring
- strait
- stream
- swimming_pool
- tidal_channel
- wastewater
- water
- water_storage
- waterfall
is_salt:
description: Is it salt water or not
type: boolean
is_intermittent:
description: Is it intermittent water or not
type: boolean
Examples
- River Example
- Prominent River Example
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
-91.8307764,
43.7899936
],
[
-91.8309309,
43.7901326
],
[
-91.8315202,
43.7906232
],
[
-91.832079,
43.7911798
],
[
-91.832577,
43.7917638
],
[
-91.832839,
43.7921615
]
]
},
"properties": {
"theme": "base",
"type": "water",
"subtype": "river",
"class": "river",
"names": {
"primary": "Root River"
},
"source_tags": {
"waterway": "river"
},
"sources": [
{
"record_id": "w54320702@1",
"property": "",
"dataset": "OpenStreetMap"
}
],
"is_salt": false,
"is_intermittent": false,
"version": 0
}
}
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
-39.1468243,
-14.9090246
],
[
-39.146118,
-14.9085012
],
[
-39.1455792,
-14.9079805
],
[
-39.1456091,
-14.9073441
],
[
-39.1458785,
-14.9066499
],
[
-39.1458186,
-14.9058977
],
[
-39.1459084,
-14.9051167
],
[
-39.146597,
-14.9046249
],
[
-39.1471657,
-14.9039596
],
[
-39.1474351,
-14.9032942
],
[
-39.1474052,
-14.9027157
],
[
-39.1477046,
-14.9023107
],
[
-39.1480638,
-14.9022528
],
[
-39.148423,
-14.9014139
],
[
-39.1484529,
-14.900575
],
[
-39.1480039,
-14.90017
],
[
-39.1474651,
-14.8992153
],
[
-39.1466868,
-14.8986657
],
[
-39.1460581,
-14.898145
],
[
-39.1455492,
-14.8972482
],
[
-39.1449505,
-14.8958596
],
[
-39.1445314,
-14.8947024
],
[
-39.1445314,
-14.894037
],
[
-39.1446811,
-14.8931113
],
[
-39.1444117,
-14.8921277
],
[
-39.1436932,
-14.8918673
],
[
-39.1430047,
-14.8919252
],
[
-39.1422264,
-14.891983
],
[
-39.1418073,
-14.8914334
],
[
-39.1413284,
-14.8910284
],
[
-39.1409175,
-14.8902377
],
[
-39.1410327,
-14.8898924
],
[
-39.1413069,
-14.8898168
],
[
-39.1418373,
-14.8898712
],
[
-39.1423162,
-14.8899001
],
[
-39.1431262,
-14.8898804
],
[
-39.1439305,
-14.8894827
],
[
-39.1445995,
-14.8892175
],
[
-39.1448021,
-14.8890297
],
[
-39.144711,
-14.8888297
],
[
-39.1443126,
-14.8881643
],
[
-39.1441812,
-14.8872844
],
[
-39.1442252,
-14.8870763
],
[
-39.1444859,
-14.886042
],
[
-39.1446963,
-14.8855633
],
[
-39.14519,
-14.884953
],
[
-39.145669,
-14.8844612
],
[
-39.145639,
-14.8838826
],
[
-39.1453996,
-14.8836222
],
[
-39.144741,
-14.8835643
],
[
-39.1440824,
-14.8833908
],
[
-39.1435436,
-14.8829279
],
[
-39.1428551,
-14.882465
],
[
-39.1420768,
-14.8821467
],
[
-39.1412386,
-14.8819442
],
[
-39.1408494,
-14.8814524
],
[
-39.1406698,
-14.8809316
],
[
-39.1401609,
-14.8806423
],
[
-39.1395921,
-14.8801216
],
[
-39.1390832,
-14.8796876
],
[
-39.1383648,
-14.8794272
],
[
-39.1377661,
-14.8793404
],
[
-39.1375266,
-14.8796876
],
[
-39.1374668,
-14.8801216
],
[
-39.1371674,
-14.8802373
],
[
-39.1366585,
-14.8801794
],
[
-39.1360299,
-14.8798322
],
[
-39.1352516,
-14.8794272
],
[
-39.1346229,
-14.8793693
],
[
-39.1338745,
-14.8792536
],
[
-39.133186,
-14.8791668
],
[
-39.1326771,
-14.8790222
],
[
-39.1318988,
-14.8792247
],
[
-39.1314797,
-14.8789064
],
[
-39.13136,
-14.8783857
],
[
-39.1314498,
-14.8780096
],
[
-39.1318988,
-14.8780385
],
[
-39.132258,
-14.8781542
],
[
-39.1327669,
-14.8779806
],
[
-39.133186,
-14.8774888
],
[
-39.1331561,
-14.876997
],
[
-39.1327969,
-14.8765051
],
[
-39.1317491,
-14.8760422
],
[
-39.1310606,
-14.8761869
],
[
-39.1301027,
-14.8763026
],
[
-39.1294741,
-14.8762447
],
[
-39.1291149,
-14.8758686
],
[
-39.129055,
-14.8754636
],
[
-39.1292047,
-14.8750007
],
[
-39.1291131,
-14.8745904
],
[
-39.129055,
-14.8742195
],
[
-39.128576,
-14.8736698
],
[
-39.1281569,
-14.8732069
],
[
-39.1280846,
-14.8729233
],
[
-39.12835,
-14.8722189
],
[
-39.1284563,
-14.8719339
],
[
-39.1290849,
-14.8714999
],
[
-39.1297734,
-14.8711527
],
[
-39.130293,
-14.8707987
],
[
-39.1304147,
-14.8705105
],
[
-39.1302823,
-14.8702269
],
[
-39.129983,
-14.869735
],
[
-39.129534,
-14.869301
],
[
-39.1289352,
-14.8695903
],
[
-39.1284563,
-14.8698507
],
[
-39.1277977,
-14.8699665
],
[
-39.1273188,
-14.870169
],
[
-39.1268697,
-14.8703715
],
[
-39.1263908,
-14.8701401
],
[
-39.126271,
-14.8696771
],
[
-39.1260016,
-14.8690695
],
[
-39.1256424,
-14.8687224
],
[
-39.1250437,
-14.868462
],
[
-39.1242953,
-14.8683173
],
[
-39.1237265,
-14.8680858
],
[
-39.1227087,
-14.8678833
],
[
-39.1216012,
-14.867565
],
[
-39.1210324,
-14.8673914
],
[
-39.1202241,
-14.8673914
],
[
-39.1192961,
-14.8672468
],
[
-39.1188471,
-14.8670153
],
[
-39.1183682,
-14.8664367
],
[
-39.1179191,
-14.8662631
],
[
-39.1176198,
-14.8659159
],
[
-39.1176497,
-14.8654819
],
[
-39.1180229,
-14.8651632
],
[
-39.1179491,
-14.8647585
],
[
-39.1174102,
-14.8643245
],
[
-39.1171109,
-14.8639484
],
[
-39.1166319,
-14.8638905
],
[
-39.116153,
-14.8640931
],
[
-39.1158237,
-14.8644981
],
[
-39.1152549,
-14.8644692
],
[
-39.114776,
-14.864556
],
[
-39.1140874,
-14.8649032
],
[
-39.1137774,
-14.864718
],
[
-39.1134588,
-14.8649032
],
[
-39.1130098,
-14.8646717
],
[
-39.1128002,
-14.8642956
],
[
-39.1123512,
-14.8642956
],
[
-39.1113933,
-14.8635433
],
[
-39.110615,
-14.8630515
],
[
-39.1099564,
-14.8627332
],
[
-39.1095972,
-14.8626175
],
[
-39.1091482,
-14.8622992
],
[
-39.108759,
-14.8625885
],
[
-39.1083698,
-14.8632251
],
[
-39.1080106,
-14.8642088
],
[
-39.1075017,
-14.864556
],
[
-39.1071126,
-14.8647875
],
[
-39.1065737,
-14.8642956
],
[
-39.1061247,
-14.864122
],
[
-39.1052865,
-14.8636301
],
[
-39.1045381,
-14.8632251
],
[
-39.1039694,
-14.8629068
],
[
-39.1033707,
-14.8629936
],
[
-39.1025325,
-14.8633119
],
[
-39.101844,
-14.8635144
],
[
-39.100916,
-14.8634276
],
[
-39.0998982,
-14.8630225
],
[
-39.0990646,
-14.8625091
],
[
-39.0985212,
-14.8617784
],
[
-39.0982218,
-14.8614022
],
[
-39.0982218,
-14.8609682
],
[
-39.0980422,
-14.860621
],
[
-39.0980722,
-14.8600424
],
[
-39.0983116,
-14.8586825
],
[
-39.0984314,
-14.8580459
],
[
-39.0986709,
-14.8576698
],
[
-39.0987008,
-14.8572936
],
[
-39.09906,
-14.8572068
],
[
-39.0998683,
-14.8572357
],
[
-39.1004071,
-14.8570621
],
[
-39.100916,
-14.8565703
],
[
-39.101395,
-14.8560784
],
[
-39.1015921,
-14.8558693
]
]
},
"properties": {
"theme": "base",
"type": "water",
"subtype": "river",
"class": "river",
"names": {
"primary": "Rio Sanatana"
},
"source_tags": {
"waterway": "river"
},
"sources": [
{
"record_id": "w353912370@4",
"property": "",
"dataset": "OpenStreetMap"
}
],
"wikidata": "Q7420045",
"version": 0
}
}