mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-04 09:08:55 +02:00
Issue #91: fix maximum speed regular expression.
This commit is contained in:
parent
1ea2729d3e
commit
280433093f
1 changed files with 1 additions and 1 deletions
|
@ -1291,7 +1291,7 @@ node_icons:
|
|||
shapes: [buffer_stop]
|
||||
- tags: {traffic_sign: city_limit}
|
||||
shapes: [city_limit_sign]
|
||||
- tags: {traffic_sign: maxspeed, maxspeed: "(\\d)(\\d)"}
|
||||
- tags: {traffic_sign: maxspeed, maxspeed: "^(\\d)(\\d)$"}
|
||||
shapes: [
|
||||
circle_11,
|
||||
{shape: digit_#maxspeed0, offset: [-2, 0], color: "#FFFFFF"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue