mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 22:38:38 +02:00
add preset for natural=strait
see also https://github.com/openstreetmap/iD/issues/9294
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "iD-waterway-river",
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "strait"
|
||||
},
|
||||
"terms": [
|
||||
"channel",
|
||||
"pass",
|
||||
"passage"
|
||||
],
|
||||
"name": "Strait"
|
||||
}
|
||||
Reference in New Issue
Block a user