Skip to content

Commit

Permalink
allow direction=forward/backward only on vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Dec 5, 2022
1 parent 033e5f4 commit ece16f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/fields/direction_vertex.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"both": "Both / All"
}
},
"geometry": [
"vertex"
],
"autoSuggestions": false,
"customValues": false
}
3 changes: 2 additions & 1 deletion data/presets/traffic_sign/variable_message.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"icon": "temaki-billboard",
"fields": [
"{traffic_sign}"
"{traffic_sign}",
"direction_vertex"
],
"geometry": [
"point",
Expand Down

0 comments on commit ece16f8

Please sign in to comment.