mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-21 03:40:55 +02:00
add "Yacht Berths" preset; allow switching between it and Marina by checkbox
* the new preset is for the tag `seamark:harbour:category=marina_no_facilities` * keeps the tag upgrade of the `leisure=marina` preset to add `seamark:harbour:category=marina` (under the assumption that what mappers usually associate with leisure=marina does more commonly have "extra facilities" than not) * adds a checkbox-field to de/select "domestic facilities", allowing to easily switching between Marina and Yacht Berths presets. closes #899
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "seamark:harbour:category",
|
||||
"type": "check",
|
||||
"label": "Domestic Facilities",
|
||||
"strings": {
|
||||
"options": {
|
||||
"marina": "Yes",
|
||||
"marina_no_facilities": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user