Changeset 11133 in josm for trunk/data/validator


Ignore:
Timestamp:
2016-10-16T19:32:18+02:00 (8 years ago)
Author:
Klumbumbus
Message:

different small adjustments: allow leisure=horse_riding as physical feature for sport=*; print the key with the uncommon character; leisure=slipway node should be connected to a way; update lanes preset and ignore list

Location:
trunk/data/validator
Files:
4 edited

Legend:

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

    r11080 r11133  
    305305
    306306/* #9593, #11183, #12418, #12761 */
    307 *[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink)$/][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
     307*[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink|horse_riding)$/][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
    308308    throwWarning: tr("sport without physical feature");
    309309    assertMatch: "node sport=tennis";
  • trunk/data/validator/deprecated.mapcss

    r11049 r11133  
    526526/* see #11234 */
    527527*[/=|\+|\/|&|<|>|;|'|"|%|#|@|\\|,|\.|\{|\}|\?|\*|\^|\$/] {
    528   throwWarning: tr("key with uncommon character");
     528  throwWarning: tr("{0}", "{0.key}");
     529  group: tr("key with uncommon character");
    529530}
    530531
  • trunk/data/validator/geometry.mapcss

    r11049 r11133  
    195195node:unconnected:in-downloaded-area[waterway=waterfall],
    196196node:unconnected:in-downloaded-area[amenity=ferry_terminal],
     197node:unconnected:in-downloaded-area[leisure=slipway],
    197198node:unconnected:in-downloaded-area[mountain_pass=yes],
    198199node:unconnected:in-downloaded-area[barrier=gate],
  • trunk/data/validator/ignoretags.cfg

    r10996 r11133  
    170170K:hazmat:water=no
    171171K:hazmat:water=permissive
     172K:lanes=7
     173K:lanes=8
     174K:lanes=9
     175K:oneway=-1
    172176;
    173177; Amenity Key/Value Pairs
Note: See TracChangeset for help on using the changeset viewer.