mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01: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:
parent
b49544fbb0
commit
a9d966d53e
4 changed files with 67 additions and 0 deletions
11
data/fields/seamark/harbour/category_marina.json
Normal file
11
data/fields/seamark/harbour/category_marina.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "seamark:harbour:category",
|
||||
"type": "check",
|
||||
"label": "Domestic Facilities",
|
||||
"strings": {
|
||||
"options": {
|
||||
"marina": "Yes",
|
||||
"marina_no_facilities": "No"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue