Skip to content

Commit

Permalink
add preset for area:highway=traffic_island (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Mar 15, 2024
1 parent 01e7739 commit 1d3023e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/presets/area/highway/traffic_island.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"geometry": [
"area"
],
"terms": [
"refuge island",
"traffic island"
],
"tags": {
"area:highway": "traffic_island"
},
"name": "Traffic Island Area"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d3023e

Please sign in to comment.