Skip to content

Commit

Permalink
Add presets for "unspecified traffic sign" using highway=traffic_sign…
Browse files Browse the repository at this point in the history
… tag (#984)
  • Loading branch information
tordans authored Aug 25, 2023
1 parent 9742f8c commit c921427
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/presets/highway/_traffic_sign.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"icon": "fas-directions",
"fields": [
"{traffic_sign}"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"highway": "traffic_sign"
},
"terms": [],
"searchable": false,
"name": "{traffic_sign}"
}

0 comments on commit c921427

Please sign in to comment.