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:
Martin Raifer 2023-05-16 14:54:06 +02:00
parent b49544fbb0
commit a9d966d53e
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 67 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"key": "seamark:harbour:category",
"type": "check",
"label": "Domestic Facilities",
"strings": {
"options": {
"marina": "Yes",
"marina_no_facilities": "No"
}
}
}