Changeset 9506 in josm for trunk/styles


Ignore:
Timestamp:
2016-01-17T18:09:00+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #12296 - add new water and waypoint icons (by zermes), move old icons to nodist folder; see also [o31996]; add warning for traffic_calming=yes; remove power.mapcss test (see #12386)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r9500 r9506  
    669669}
    670670node[junction=yes] {
    671     icon-image: "misc/no_icon.png";
     671    icon-image: "vehicle/junction.svg";
    672672    set icon_z17;
    673673    text: auto;
     
    698698}
    699699node[highway=stop] {
    700     icon-image: "vehicle/restriction/stop.png";
     700    icon-image: "vehicle/restriction/stop.svg";
    701701    set icon_z17;
    702702    text: auto;
    703703}
    704704node[highway=give_way] {
    705     icon-image: "vehicle/restriction/right_of_way.png";
     705    icon-image: "vehicle/restriction/give_way.svg";
    706706    set icon_z17;
    707707    text: auto;
     
    738738}
    739739node[highway=speed_camera] {
    740     icon-image: "vehicle/restriction/speed_trap.png";
     740    icon-image: "vehicle/restriction/speed_camera.svg";
    741741    set icon_z17;
    742742    text: auto;
     
    748748}
    749749node[traffic_sign=city_limit] {
    750     icon-image: "vehicle/restriction/citylimit.png";
     750    icon-image: "vehicle/restriction/city_limit.svg";
    751751    set icon_z17;
    752752    text: auto;
     
    791791}
    792792node[highway=services] {
    793     icon-image: "vehicle/services.png";
     793    icon-image: "vehicle/services.svg";
    794794    set icon_z17;
    795795    text: auto;
     
    799799}
    800800node[highway=rest_area] {
    801     icon-image: "vehicle/parking.png";
     801    icon-image: "vehicle/rest_area.svg";
    802802    set icon_z17;
    803803    text: auto;
     
    822822}
    823823node[highway=turning_circle] {
    824     icon-image: "vehicle/turning_circle.png";
     824    icon-image: "vehicle/turning_circle.svg";
    825825    set icon_z17;
    826826    text: auto;
    827827}
    828828node[highway=turning_loop] {
    829     icon-image: "vehicle/turning_loop.png";
     829    icon-image: "vehicle/turning_loop.svg";
    830830    set icon_z17;
    831831    text: auto;
    832832}
    833833node[highway=passing_place] {
    834     icon-image: "vehicle/passing_place.png";
     834    icon-image: "vehicle/passing_place.svg";
    835835    set icon_z17;
    836836    text: auto;
     
    840840}
    841841node[highway=elevator] {
    842     icon-image: "service/elevator.png";
     842    icon-image: "service/elevator.svg";
    843843    set icon_z17;
    844844    text: auto;
     
    891891
    892892node[traffic_calming] {
    893     icon-image: "vehicle/traffic_calming_blue.png";
     893    icon-image: "vehicle/traffic_calming.svg";
    894894    set icon_z17;
    895895    text: auto;
     
    901901}
    902902node[traffic_calming=choker] {
    903     icon-image: "vehicle/chocker.svg";
     903    icon-image: "vehicle/choker.svg";
    904904    set icon_z17;
    905905    text: auto;
     
    910910    text: auto;
    911911}
    912 
     912node[traffic_calming=bump] {
     913    icon-image: "vehicle/bump.svg";
     914    set icon_z17;
     915    text: auto;
     916}
     917node[traffic_calming=hump] {
     918    icon-image: "vehicle/hump.svg";
     919    set icon_z17;
     920    text: auto;
     921}
     922node[traffic_calming=table] {
     923    icon-image: "vehicle/table.svg";
     924    set icon_z17;
     925    text: auto;
     926}
     927node[traffic_calming=cushion] {
     928    icon-image: "vehicle/cushion.svg";
     929    set icon_z17;
     930    text: auto;
     931}
     932node[traffic_calming=rumble_strip] {
     933    icon-image: "vehicle/rumble_strip.svg";
     934    set icon_z17;
     935    text: auto;
     936}
    913937/****************/
    914938/* junction tag */
     
    25412565}
    25422566node[amenity=grit_bin] {
    2543     icon-image: "misc/grit_bin.png";
     2567    icon-image: "misc/grit_bin.svg";
    25442568    set icon_z17;
    25452569    text: auto;
     
    41664190}
    41674191node[natural=spring] {
    4168     icon-image: "misc/landmark/spring.png";
     4192    icon-image: "misc/landmark/spring.svg";
    41694193    set icon_z17;
    41704194    text: auto;
     
    44174441}
    44184442node[waterway=weir] {
    4419     icon-image: "nautical/weir.png";
     4443    icon-image: "nautical/weir.svg";
    44204444    set icon_z17;
    44214445    text: auto;
     
    44294453}
    44304454node[waterway=dam] {
    4431     icon-image: "nautical/dam.png";
     4455    icon-image: "nautical/dam.svg";
    44324456    set icon_z17;
    44334457    text: auto;
     
    44394463}
    44404464node[waterway=waterfall] {
    4441     icon-image: "nautical/waterfall.png";
     4465    icon-image: "nautical/waterfall.svg";
    44424466    set icon_z17;
    44434467    text: auto;
     
    44794503
    44804504node[mountain_pass?] {
    4481     icon-image: "misc/landmark/mountain_pass.png";
     4505    icon-image: "misc/landmark/mountain_pass.svg";
    44824506    set icon_z0;
    44834507    text: auto;
Note: See TracChangeset for help on using the changeset viewer.