Ignore:
Timestamp:
2013-12-25T00:53:56+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9465, see #9400 - tagchecker: handling of maxspeed:forward/backward (to be converted to MapCSS after)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/tagchecker.cfg

    r6513 r6526  
    146146*    : W : reservoir_type       == * && landuse != reservoir && water != reservoir     # reservoir_type without landuse/water=reservoir
    147147*    : W : bunker_type          == * && military != bunker                             # bunker_type without military=bunker
    148 *    : W : source:addr           == * && /addr:*/         != *                         # source:addr without addr:*
    149 *    : W : source:date           == * && source           != *                         # source:date without source
    150 *    : W : source:name           == * && name             != *                         # source:name without name
    151 *    : W : source:maxspeed       == * && maxspeed         != *                         # source:maxspeed without maxspeed
    152 *    : W : source:building       == * && building         != *                         # source:building without building
    153 *    : W : source:ref            == * && ref              != *                         # source:ref without ref
    154 *    : W : source:population     == * && population       != *                         # source:population without population
    155 node : W : source:geometry       == *                                                  # source:geometry on a node
    156 *    : W : /source:*postcode/    == * && addr:postcode    != *                         # source:[addr:]postcode without addr:postcode
    157 *    : W : source:postal_code    == * && addr:postcode    != *                         # source:postal_code without addr:postcode
    158 *    : W : source:ele            == * && ele              != *                         # source:ele without ele
    159 *    : W : source:ref:INSEE      == * && ref:INSEE        != *                         # source:ref:INSEE without ref:INSEE
    160 *    : W : source:lit            == * && lit              != *                         # source:lit without lit
    161 *    : W : source:hgv            == * && hgv              != *                         # source:hgv without hgv
    162 node : W : source:outline        == *                                                  # source:outline on a node
    163 *    : W : source:highway        == * && highway          != *                         # source:highway without highway
    164 *    : W : source:maxaxleload    == * && maxaxleload      != *                         # source:maxaxleload without maxaxleload
    165 *    : W : source:surface        == * && surface          != *                         # source:surface without surface
    166 *    : W : source:bridge         == * && bridge           != *                         # source:bridge without bridge
    167 *    : W : source:old_name       == * && old_name         != *                         # source:old_name without old_name
    168 *    : W : source:bicycle        == * && bicycle          != *                         # source:bicycle without bicycle
    169 *    : W : source:designation    == * && designation      != *                         # source:designation without designation
    170 *    : W : /source:*housenumber/ == * && addr:housenumber != *                         # source:[addr:]housenumber without addr:housenumber
    171 *    : W : source:height         == * && height           != *                         # source:height without height
    172 *    : W : source:lanes          == * && lanes            != *                         # source:lanes without lanes
     148*    : W : source:addr                  == * && /addr:.*/                != *          # source:addr without addr:*
     149*    : W : source:date                  == * && source                   != *          # source:date without source
     150*    : W : source:name                  == * && name                     != *          # source:name without name
     151*    : W : source:maxspeed              == * && /maxspeed(:.*)?/         != *          # source:maxspeed without maxspeed
     152*    : W : source:maxspeed:forward      == * && maxspeed:forward         != *          # source:maxspeed:forward without maxspeed:forward
     153*    : W : source:maxspeed:backward     == * && maxspeed:backward        != *          # source:maxspeed:backward without maxspeed:backward
     154*    : W : source:maxspeed:forward      == * && source:maxspeed:backward != *          # source:maxspeed:forward without source:maxspeed:backward
     155*    : W : source:maxspeed:backward     == * && source:maxspeed:forward  != *          # source:maxspeed:backward without source:maxspeed:forward
     156*    : W : source:building              == * && building                 != *          # source:building without building
     157*    : W : source:ref                   == * && ref                      != *          # source:ref without ref
     158*    : W : source:population            == * && population               != *          # source:population without population
     159node : W : source:geometry              == *                                           # source:geometry on a node
     160*    : W : /source:(addr:)?postcode/    == * && addr:postcode            != *          # source:[addr:]postcode without addr:postcode
     161*    : W : source:postal_code           == * && postal_code              != *          # source:postal_code without postal_code
     162*    : W : source:ele                   == * && ele                      != *          # source:ele without ele
     163*    : W : source:ref:INSEE             == * && ref:INSEE                != *          # source:ref:INSEE without ref:INSEE
     164*    : W : source:lit                   == * && lit                      != *          # source:lit without lit
     165*    : W : source:hgv                   == * && hgv                      != *          # source:hgv without hgv
     166node : W : source:outline               == *                                           # source:outline on a node
     167*    : W : source:highway               == * && highway                  != *          # source:highway without highway
     168*    : W : source:maxaxleload           == * && maxaxleload              != *          # source:maxaxleload without maxaxleload
     169*    : W : source:surface               == * && surface                  != *          # source:surface without surface
     170*    : W : source:bridge                == * && bridge                   != *          # source:bridge without bridge
     171*    : W : source:old_name              == * && old_name                 != *          # source:old_name without old_name
     172*    : W : source:bicycle               == * && bicycle                  != *          # source:bicycle without bicycle
     173*    : W : source:designation           == * && designation              != *          # source:designation without designation
     174*    : W : /source:(addr:)?housenumber/ == * && addr:housenumber         != *          # source:[addr:]housenumber without addr:housenumber
     175*    : W : source:height                == * && height                   != *          # source:height without height
     176*    : W : source:lanes                 == * && lanes                    != *          # source:lanes without lanes
    173177
    174178
Note: See TracChangeset for help on using the changeset viewer.