Changeset 7645 in josm


Ignore:
Timestamp:
2014-10-23T00:01:00+02:00 (10 years ago)
Author:
Klumbumbus
Message:

fix #10252 - remove some old route=* tags from mappaint style; improve display of route=ski; add validator warning for route=bus on a way

Location:
trunk
Files:
2 edited

Legend:

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

    r7468 r7645  
    7272  throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
    7373}
     74
     75way[route=bus] {
     76  /* see #10252 */
     77  throwWarning: tr("{0} on a way. Should be used in a relation", "{0.tag}");
     78}
  • trunk/styles/standard/elemstyles.mapcss

    r7638 r7645  
    939939/**************/
    940940
     941way[route=ski]::core_piste {
     942    z-index: -1;
     943    modifier: false;
     944        width: 6;
     945    color: ski#809bc0;
     946}
    941947area[piste:difficulty=easy][!highway]:closed::core_piste {
    942948    fill-color: piste_easy#0000ff;
     
    40344040/**************/
    40354041
    4036 way[route=bus],
    4037 way[route=ferry],
    4038 way[route=flight],
    4039 way[route=ncn],
    4040 way[route=subsea],
    4041 way[route=ski],
    4042 way[route=tour],
    4043 way[route=pub_crawl] {
     4042way[route=ferry] {
    40444043    width: 1;
    4045     color: route#809bc0;
     4044    color: ferry#809bc0;
    40464045    dashes: 9,9;
    40474046}
Note: See TracChangeset for help on using the changeset viewer.