Ignore:
Timestamp:
2019-06-12T22:04:53+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17804 - Add cemetery=sector and warn about cemetery=sector together with landuse=cemetery, icon self created, CC0 and PD licensed, little reorder in preset menu

File:
1 edited

Legend:

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

    r15139 r15169  
    592592  group: tr("suspicious tag combination");
    593593}
     594
     595/* #17804 */
     596area[cemetery=sector][landuse=cemetery] {
     597  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
     598  group: tr("suspicious tag combination");
     599}
Note: See TracChangeset for help on using the changeset viewer.