Ignore:
Timestamp:
2019-03-04T21:02:29+01:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #17402 - warn about leisure=nature_reserve on nodes

File:
1 edited

Legend:

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

    r14818 r14830  
    547547  throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
    548548}
     549
     550/* #12502 */
     551node[leisure=park][natural=tree] {
     552  throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
     553  group: tr("suspicious tag combination");
     554  fixRemove: "leisure";
     555}
Note: See TracChangeset for help on using the changeset viewer.