mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
Merge branch 'prettier-config' into main
This commit is contained in:
commit
7617c45325
214 changed files with 701 additions and 524 deletions
|
|
@ -19,14 +19,14 @@
|
|||
},
|
||||
"name": "Crossing With Pedestrian Signals",
|
||||
"terms": [
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
"locationSet": {
|
||||
"exclude": ["fr", "lt", "pl", "de"]
|
||||
"exclude": [
|
||||
"fr",
|
||||
"lt",
|
||||
"pl",
|
||||
"de"
|
||||
]
|
||||
},
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"fr", "lt", "pl"
|
||||
"fr",
|
||||
"lt",
|
||||
"pl"
|
||||
]
|
||||
},
|
||||
"icon": "temaki-ped_cyclist_crosswalk",
|
||||
|
|
|
|||
|
|
@ -22,14 +22,14 @@
|
|||
},
|
||||
"name": "Crossing With Pedestrian Signals",
|
||||
"terms": [
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)",
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@
|
|||
"off ramp"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": ["ca", "us"]
|
||||
"include": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,6 +43,9 @@
|
|||
"off ramp"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": ["ca", "us"]
|
||||
"exclude": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@
|
|||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": ["ca", "us"]
|
||||
"include": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@
|
|||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": ["ca", "us"]
|
||||
"exclude": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": ["ca", "us"]
|
||||
"include": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@
|
|||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": ["ca", "us"]
|
||||
"exclude": [
|
||||
"ca",
|
||||
"us"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue