mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-12 15:46:35 +02:00
add preset for area:highway=traffic_island (#1162)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"refuge island",
|
||||
"traffic island"
|
||||
],
|
||||
"tags": {
|
||||
"area:highway": "traffic_island"
|
||||
},
|
||||
"name": "Traffic Island Area"
|
||||
}
|
||||
@@ -7803,6 +7803,11 @@ en:
|
||||
name: Road Area
|
||||
# 'terms: area:highway,edge of pavement,highway area,highway shape,pavement,road shape,street area'
|
||||
terms: <translate with synonyms or related terms for 'Road Area', separated by commas>
|
||||
area/highway/traffic_island:
|
||||
# area:highway=traffic_island | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Traffic Island Area
|
||||
# 'terms: refuge island,traffic island'
|
||||
terms: <translate with synonyms or related terms for 'Traffic Island Area', separated by commas>
|
||||
attraction:
|
||||
# attraction=* | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Attraction
|
||||
|
||||
Reference in New Issue
Block a user