Changeset 18535 in josm for trunk/resources/data/validator/numeric.mapcss
- Timestamp:
- 2022-08-13T18:39:30+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/resources/data/validator/numeric.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/numeric.mapcss
r18385 r18535 373 373 } 374 374 375 way[voltage][voltage =~ /(.*[A-Za-z].*)|.*,.*|.*( ).*/] { 375 way[voltage][voltage =~ /(.*[A-Za-z].*)|.*,.*|.*( ).*/], 376 way[voltage:primary][voltage:primary =~ /(.*[A-Za-z].*)|.*,.*|.*( ).*/], 377 way[voltage:secondary][voltage:secondary =~ /(.*[A-Za-z].*)|.*,.*|.*( ).*/], 378 way[voltage:tertiary][voltage:tertiary =~ /(.*[A-Za-z].*)|.*,.*|.*( ).*/] { 376 379 throwWarning: tr("voltage should be in volts with no units/delimiter/spaces"); 377 380 assertMatch: "way voltage=medium";
Note:
See TracChangeset
for help on using the changeset viewer.
