mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add Waterway Access Point preset and add field to Slipway preset
This commit is contained in:
parent
2763fbd500
commit
d338d5847d
9 changed files with 91 additions and 1 deletions
5
data/fields/boat.json
Normal file
5
data/fields/boat.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "boat",
|
||||
"type": "combo",
|
||||
"label": "Boat Access"
|
||||
}
|
||||
5
data/fields/camping.json
Normal file
5
data/fields/camping.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "camping",
|
||||
"type": "combo",
|
||||
"label": "Camping"
|
||||
}
|
||||
5
data/fields/canoe.json
Normal file
5
data/fields/canoe.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "canoe",
|
||||
"type": "combo",
|
||||
"label": "Canoe Access"
|
||||
}
|
||||
5
data/fields/motorboat.json
Normal file
5
data/fields/motorboat.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "motorboat",
|
||||
"type": "combo",
|
||||
"label": "Motorboat Access"
|
||||
}
|
||||
8
data/fields/snowmobile.json
Normal file
8
data/fields/snowmobile.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"key": "snowmobile",
|
||||
"type": "combo",
|
||||
"label": "Snowmobile Access",
|
||||
"terms": [
|
||||
"ski-doo"
|
||||
]
|
||||
}
|
||||
5
data/fields/swimming.json
Normal file
5
data/fields/swimming.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "swimming",
|
||||
"type": "combo",
|
||||
"label": "Swimming"
|
||||
}
|
||||
5
data/fields/trailer.json
Normal file
5
data/fields/trailer.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "trailer",
|
||||
"type": "combo",
|
||||
"label": "Trailer Access"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue