Ignore:
Timestamp:
2020-09-14T17:40:39+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19747 - Warn about electrified=no together with voltage or frequency on railway ways, add frequency=25 to presets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r17024 r17025  
    308308}
    309309
     310/* {0.key} together with {1.tag} and {2.key}, #19747 */
     311way[railway][electrified=no][frequency],
     312way[railway][electrified=no][voltage] {
     313  throwWarning: tr("{0} together with {1} and {2}", "{0.key}", "{1.tag}", "{2.key}");
     314  group: tr("suspicious tag combination");
     315}
     316
    310317/* #11127, #13727 */
    311318way[waterway][bridge=yes][waterway!=weir] {
Note: See TracChangeset for help on using the changeset viewer.