Changeset 8043 in josm


Ignore:
Timestamp:
2015-02-11T00:04:58+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #9811 - add validator warning for addr:*=* together with highway, place or boundary

File:
1 edited

Legend:

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

    r8042 r8043  
    144144
    145145/* {0.key} together with {1.key}, see #10837 */
    146 *[noname?][name],
    147 *[highway]["addr:street"] {
     146*[noname?][name] {
    148147  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
     148}
     149
     150/* see #9811 */
     151*[place][/^addr:/],
     152*[boundary][/^addr:/],
     153*[highway][/^addr:/] {
     154  throwWarning: tr("{0} together with addr:*", "{0.key}");
    149155}
    150156
Note: See TracChangeset for help on using the changeset viewer.