Changeset 7915 in josm for trunk/styles
- Timestamp:
- 2014-12-30T19:00:37+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r7904 r7915 3369 3369 dashes: 9,9; 3370 3370 } 3371 node[aerialway=cable_car] {3372 icon-image: "transport/aerialway/cable_car.png";3373 set icon_z17;3374 text: auto;3375 }3376 node[aerialway=gondola] {3377 icon-image: "transport/aerialway/gondola.png";3378 set icon_z17;3379 text: auto;3380 }3381 3371 way[aerialway=chair_lift] { 3382 3372 width: 1; … … 3384 3374 dashes: 6,6; 3385 3375 } 3386 node[aerialway=chair_lift] { 3387 icon-image: "transport/aerialway/chair_lift.png"; 3388 set icon_z17; 3389 text: auto; 3390 } 3376 way[aerialway=mixed_lift] { 3377 width: 1; 3378 color: aerialway#663300; 3379 dashes: 6,6,9,6; 3380 } 3381 way[aerialway=j-bar], 3382 way[aerialway=t-bar], 3383 way[aerialway=platter], 3384 way[aerialway=rope_tow], 3391 3385 way[aerialway=drag_lift] { 3392 3386 width: 1; … … 3394 3388 dashes: 3,3; 3395 3389 } 3396 node[aerialway=drag_lift] { 3397 icon-image: "transport/aerialway/drag_lift.png"; 3398 set icon_z17; 3399 text: auto; 3400 } 3401 area[aerialway=station], 3402 area[aerialway=pylon] { 3403 fill-color: aerialway#663300; 3404 } 3405 node[aerialway=station] { 3406 icon-image: "transport/aerialway/station.png"; 3407 set icon_z17; 3408 text: auto; 3409 } 3410 node[aerialway=pylon] { 3411 icon-image: "misc/landmark/power/tower_small.png"; 3412 set icon_z17; 3413 text: auto; 3390 way[aerialway=magic_carpet] { 3391 width: 1; 3392 color: aerialway#663300; 3393 dashes: 3,3; 3414 3394 } 3415 3395 way[aerialway=goods] { … … 3418 3398 dashes: 2,2; 3419 3399 } 3400 area[aerialway=station] { 3401 fill-color: aerialway#663300; 3402 } 3403 node[aerialway=station] { 3404 icon-image: "transport/aerialway/station.png"; 3405 set icon_z17; 3406 text: auto; 3407 } 3408 node[aerialway=pylon] { 3409 icon-image: "transport/aerialway/pylon.svg"; 3410 set icon_z17; 3411 text: auto; 3412 } 3413 node[aerialway=cable_car], 3414 node[aerialway=gondola], 3415 node[aerialway=chair_lift], 3416 node[aerialway=mixed_lift], 3417 node[aerialway=drag_lift], 3418 node[aerialway=t-bar], 3419 node[aerialway=j-bar], 3420 node[aerialway=platter], 3421 node[aerialway=magic_carpet], 3422 node[aerialway=rope_tow], 3420 3423 node[aerialway=goods] { 3421 icon-image: " transport/aerialway/goods.png";3424 icon-image: "misc/deprecated.png"; 3422 3425 set icon_z17; 3423 3426 text: auto;
Note:
See TracChangeset
for help on using the changeset viewer.