Changeset 15061 in josm


Ignore:
Timestamp:
2019-05-08T21:31:22+02:00 (5 years ago)
Author:
Klumbumbus
Message:
  • fix #17693 - render tunnel=flooded like tunnel=culvert
  • see #17633 - combine validator rules
Location:
trunk
Files:
2 edited

Legend:

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

    r15044 r15061  
    153153  assertNoMatch: "way name=kiosk amenity=grave_yard";
    154154}
     155*[name][name=~/^(?i)(school|école|Школа)$/][building][building!=school][building!=no],
    155156*[name][name=~/^(?i)(house|casa|rumah|vivienda)$/][building][building!=house][building!=no] {
    156157  throwWarning: tr("{0}", "{0.tag}");
     
    164165  assertMatch: "way name=house building=yes";
    165166}
    166 *[name][name=~/^(?i)(school|école|Школа)$/][building][building!=school][building!=no] {
    167   throwWarning: tr("{0}", "{0.tag}");
    168   group: tr("descriptive name");
    169   /* without fixRemove to avoid possible information loss */
    170 }
  • trunk/styles/standard/elemstyles.mapcss

    r15017 r15061  
    147147way[tunnel=yes]::core_tunnel,
    148148way[tunnel=culvert]::core_tunnel,
     149way[tunnel=flooded]::core_tunnel,
    149150way[tunnel=building_passage]::core_tunnel,
    150151way[tunnel=avalanche_protector]::core_tunnel {
Note: See TracChangeset for help on using the changeset viewer.