Changeset 5250 in josm for trunk/data/tagchecker.cfg


Ignore:
Timestamp:
2012-05-28T12:47:29+02:00 (12 years ago)
Author:
simon04
Message:

fix #7722 - update roundabout-related styles/presets/checks.

  • allow junction=roundabout on nodes + icon
  • require highway only for junctions on ways (validator)
  • remove area style for highway=turning_circle
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r5064 r5250  
    8989# Taginfo query: select keypairs.key1, keypairs.key2, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key1='waterway' and keys.key=keypairs.key2 and (key1<>'highway' or keypairs.count_all>12000) and (key1<>'railway' or keypairs.count_all>3000) and (key1<>'waterway' or keypairs.count_all>800) and key2 not like '%:%' and from_fraction_all>0.97 and 1 union select keypairs.key2, keypairs.key1, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key2='waterway' and keys.key=keypairs.key1 and (key2<>'highway' or keypairs.count_all>12000) and (key2<>'railway' or keypairs.count_all>3000) and (key2<>'waterway' or keypairs.count_all>800) and key1 not like '%:%' and from_fraction_all>0.97 and 1 order by keypairs.count_all desc limit 1000;
    9090*    : W : incline              == * && highway != *                                   # incline without highway
    91   : W : junction             == * && highway != *                                   # junction without highway
     91way  : W : junction             == * && highway != *                                   # junction without highway
    9292*    : W : lanes                == * && highway != *                                   # lanes without highway
    9393*    : W : lcn                  == * && highway != *                                   # lcn without highway
Note: See TracChangeset for help on using the changeset viewer.