Changes between Version 1 and Version 2 of Styles/PublicTransportV2


Ignore:
Timestamp:
2017-11-01T19:38:56+01:00 (8 years ago)
Author:
Ialokim <ialokim@…>
Comment:

minor bugfix: do not show icons on zoomlevel 16-18

Legend:

Unmodified
Added
Removed
Modified
  • Styles/PublicTransportV2

    v1 v2  
    8787/* node design */
    8888node|z16-[public_transport=stop_position] {
    89         icon-image: "warning-small.png";
     89        icon-image: none;
    9090        text-anchor-horizontal: center;
    9191        text-anchor-vertical: center;
     
    9494}
    9595node|z19-[public_transport=stop_position] {
     96        icon-image: "warning-small.png";
    9697        text-anchor-horizontal: right;
    9798        text-offset-x: 5;
     
    167168
    168169/* node design for transport vehicles (only if has relation) */
    169 relation[public_transport=stop_area] > node|z16-[public_transport=stop_position][bus=yes] {
     170relation[public_transport=stop_area] > node|z16-18[public_transport=stop_position],
     171relation[public_transport=stop_area] > node|z16-18[public_transport=platform] {
     172        icon-image: none;
     173}
     174relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][bus=yes] {
    170175        icon-image: "presets/transport/bus.svg";
    171176}
    172 relation[public_transport=stop_area] > node|z16-[public_transport=stop_position][tram=yes] {
     177relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][tram=yes] {
    173178        icon-image: "presets/transport/tram.svg";
    174179}
    175 relation[public_transport=stop_area] > node|z16-[public_transport=stop_position][light_rail=yes] {
     180relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][light_rail=yes] {
    176181        icon-image: "presets/transport/railway/light_rail.svg";
    177182}
    178 relation[public_transport=stop_area] > node|z16-[public_transport=stop_position][subway=yes] {
     183relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][subway=yes] {
    179184        icon-image: "presets/transport/railway/subway.svg";
    180185}
    181 relation[public_transport=stop_area] > node|z16-[public_transport=stop_position][train=yes] {
     186relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][train=yes] {
    182187        icon-image: "presets/transport/train.svg";
    183188}
    184 relation[public_transport=stop_area] > node|z16-[public_transport=platform] {
     189relation[public_transport=stop_area] > node|z19-[public_transport=platform] {
    185190        icon-image: "presets/transport/platform.svg";
    186191}