Changeset 8999 in josm for trunk/styles/standard


Ignore:
Timestamp:
2015-11-10T17:04:38+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12081 - display names for all highway types

File:
1 edited

Legend:

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

    r8986 r8999  
    543543    casing-width: 0.5;
    544544    casing-color: #ff9696;
    545     color: #770000;
     545    color: highway_road#770000;
    546546}
    547547way[highway=track][area?], relation[type=multipolygon][highway=track] {
     
    594594    width: 1;
    595595    color: bicycle#b100ff;
     596    set cyclecolor;
    596597}
    597598way[highway=path][foot=designated],
     
    604605    width: 1;
    605606    color: bicycle#b100ff;
     607    set cyclecolor;
    606608    dashes: 14,14;
    607609    dashes-background-color: foot#00ff00;
     
    612614    width: 1;
    613615    color: bicycle#b100ff;
     616    set cyclecolor;
    614617    dashes: 21,7;
    615618    dashes-background-color: foot#00ff00;
     
    47074710way|z17-[highway=residential][setting("highway_labels")],
    47084711way|z17-[highway=living_street][setting("highway_labels")],
     4712way|z17-[highway=escape][setting("highway_labels")],
    47094713way|z17-[highway=pedestrian][!area?][setting("highway_labels")],
     4714way|z17-[highway=steps][setting("highway_labels")],
     4715way|z17-[highway=footway][setting("highway_labels")],
     4716way|z17-[highway=path][setting("highway_labels")],
    47104717way|z17-[highway=service][setting("highway_labels")],
    4711 way|z17-[highway=track][setting("highway_labels")] {
     4718way|z17-[highway=track][setting("highway_labels")],
     4719way|z17-[highway=cycleway][setting("highway_labels")],
     4720way|z17-[highway=bridleway][setting("highway_labels")],
     4721way|z17-[highway=bus_guideway][setting("highway_labels")],
     4722way|z17-[highway=raceway][setting("highway_labels")],
     4723way|z17-[highway=construction][setting("highway_labels")],
     4724way|z17-[highway=road][setting("highway_labels")] {
    47124725    text: auto;
    47134726    text-color: black;
     
    47344747way|z17-[highway=unclassified][setting("highway_labels")],
    47354748way|z17-[highway=residential][setting("highway_labels")],
    4736 way|z17-[highway=living_street][setting("highway_labels")] {
     4749way|z17-[highway=living_street][setting("highway_labels")],
     4750way|z17-[highway=escape][setting("highway_labels")] {
    47374751    text-halo-color: street#c0c0c0;
    47384752}
    4739 way[highway=pedestrian][!area?][setting("highway_labels")] {
     4753way|z17-[highway=pedestrian][!area?][setting("highway_labels")],
     4754way|z17-[highway=steps][setting("highway_labels")],
     4755way|z17-[highway=footway][setting("highway_labels")],
     4756way|z17-[highway=path][setting("highway_labels")] {
    47404757    text-halo-color: foot#00ff00;
    47414758}
     
    47454762way|z17-[highway=track][setting("highway_labels")] {
    47464763    text-halo-color: highway_track#6e541c;
     4764}
     4765way|z17-[highway=cycleway][setting("highway_labels")],
     4766way|z17-[highway=path][setting("highway_labels")].cyclecolor {
     4767    text-halo-color: bicycle#b100ff;
     4768}
     4769way|z17-[highway=bridleway][setting("highway_labels")] {
     4770    text-halo-color: horse#a18559;
     4771}
     4772way|z17-[highway=bus_guideway][setting("highway_labels")] {
     4773    text-halo-color: rail#404040;
     4774}
     4775way|z17-[highway=raceway][setting("highway_labels")] {
     4776    text-halo-color: raceway#ff80ff;
     4777}
     4778way|z17-[highway=construction][setting("highway_labels")] {
     4779    text-halo-color: construction#ffff00;
     4780}
     4781way|z17-[highway=road][setting("highway_labels")] {
     4782    text-halo-color: highway_road#770000;
    47474783}
    47484784way|z18[highway][setting("highway_labels")] {
Note: See TracChangeset for help on using the changeset viewer.