Changes between Version 1 and Version 2 of Styles/PublicTransportV2
- Timestamp:
- 2017-11-01T19:38:56+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/PublicTransportV2
v1 v2 87 87 /* node design */ 88 88 node|z16-[public_transport=stop_position] { 89 icon-image: "warning-small.png";89 icon-image: none; 90 90 text-anchor-horizontal: center; 91 91 text-anchor-vertical: center; … … 94 94 } 95 95 node|z19-[public_transport=stop_position] { 96 icon-image: "warning-small.png"; 96 97 text-anchor-horizontal: right; 97 98 text-offset-x: 5; … … 167 168 168 169 /* node design for transport vehicles (only if has relation) */ 169 relation[public_transport=stop_area] > node|z16-[public_transport=stop_position][bus=yes] { 170 relation[public_transport=stop_area] > node|z16-18[public_transport=stop_position], 171 relation[public_transport=stop_area] > node|z16-18[public_transport=platform] { 172 icon-image: none; 173 } 174 relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][bus=yes] { 170 175 icon-image: "presets/transport/bus.svg"; 171 176 } 172 relation[public_transport=stop_area] > node|z1 6-[public_transport=stop_position][tram=yes] {177 relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][tram=yes] { 173 178 icon-image: "presets/transport/tram.svg"; 174 179 } 175 relation[public_transport=stop_area] > node|z1 6-[public_transport=stop_position][light_rail=yes] {180 relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][light_rail=yes] { 176 181 icon-image: "presets/transport/railway/light_rail.svg"; 177 182 } 178 relation[public_transport=stop_area] > node|z1 6-[public_transport=stop_position][subway=yes] {183 relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][subway=yes] { 179 184 icon-image: "presets/transport/railway/subway.svg"; 180 185 } 181 relation[public_transport=stop_area] > node|z1 6-[public_transport=stop_position][train=yes] {186 relation[public_transport=stop_area] > node|z19-[public_transport=stop_position][train=yes] { 182 187 icon-image: "presets/transport/train.svg"; 183 188 } 184 relation[public_transport=stop_area] > node|z1 6-[public_transport=platform] {189 relation[public_transport=stop_area] > node|z19-[public_transport=platform] { 185 190 icon-image: "presets/transport/platform.svg"; 186 191 }
