mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-16 09:27:23 +02:00
@@ -6,8 +6,7 @@
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"lanes"
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"lit",
|
||||
@@ -17,6 +16,8 @@
|
||||
"width"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
@@ -27,11 +28,5 @@
|
||||
"tags": {
|
||||
"leisure": "slipway"
|
||||
},
|
||||
"addTags": {
|
||||
"leisure": "slipway",
|
||||
"highway": "service",
|
||||
"service": "slipway"
|
||||
},
|
||||
"matchScore": 1.1,
|
||||
"name": "Slipway"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "maki-slipway",
|
||||
"fields": [
|
||||
"{leisure/slipway}",
|
||||
"lanes"
|
||||
],
|
||||
"moreFields": [
|
||||
"{leisure/slipway}"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"boat launch",
|
||||
"boat ramp",
|
||||
"boat landing"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "slipway",
|
||||
"highway": "service"
|
||||
},
|
||||
"addTags": {
|
||||
"leisure": "slipway",
|
||||
"highway": "service",
|
||||
"service": "slipway"
|
||||
},
|
||||
"matchScore": 1.1,
|
||||
"name": "Slipway (Drivable)"
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"icon": "maki-slipway",
|
||||
"fields": [
|
||||
"{leisure/slipway}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{leisure/slipway}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"boat launch",
|
||||
"boat ramp",
|
||||
"boat landing"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "slipway"
|
||||
},
|
||||
"name": "Slipway"
|
||||
}
|
||||
Reference in New Issue
Block a user