Changeset 7984 in josm for trunk/styles


Ignore:
Timestamp:
2015-01-23T23:58:57+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10963 - improve color and order of place icons

File:
1 edited

Legend:

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

    r7979 r7984  
    43104310    text-halo-color: white;
    43114311    text-halo-radius: 1;
    4312     z-index: 2.6;
     4312    z-index: 2.9;
    43134313}
    43144314node[place=city] {
    43154315    icon-image: "place/settlement/city.png";
     4316    set icon_z0;
     4317    text: auto;
     4318    set text_z0;
     4319    font-size: 10;
     4320    font-weight: bold;
     4321    text-color:black;
     4322    text-halo-color: white;
     4323    text-halo-radius: 1;
     4324    z-index: 2.8;
     4325}
     4326node[place=town] {
     4327    icon-image: "place/settlement/town.png";
     4328    set icon_z0;
     4329    text: auto;
     4330    set text_z0;
     4331    font-size: 10;
     4332    font-weight: bold;
     4333    text-color:black;
     4334    text-halo-color: white;
     4335    text-halo-radius: 1;
     4336    z-index: 2.7;
     4337}
     4338node[place=suburb] {
     4339    icon-image: "place/settlement/suburb.png";
     4340    set icon_z0;
     4341    text: auto;
     4342    set text_z0;
     4343    font-size: 10;
     4344    font-weight: bold;
     4345    text-color:black;
     4346    text-halo-color: white;
     4347    text-halo-radius: 1;
     4348    z-index: 2.6;
     4349}
     4350node[place=village] {
     4351    icon-image: "place/settlement/village.png";
    43164352    set icon_z0;
    43174353    text: auto;
     
    43244360    z-index: 2.5;
    43254361}
    4326 node[place=town] {
    4327     icon-image: "place/settlement/town.png";
     4362node[place=neighbourhood] {
     4363    icon-image: "place/settlement/neighbourhood.png";
    43284364    set icon_z0;
    43294365    text: auto;
     
    43364372    z-index: 2.4;
    43374373}
    4338 node[place=suburb] {
    4339     icon-image: "place/settlement/suburb.png";
     4374node[place=hamlet] {
     4375    icon-image: "place/settlement/hamlet.png";
    43404376    set icon_z0;
    43414377    text: auto;
     
    43484384    z-index: 2.3;
    43494385}
    4350 node[place=village] {
    4351     icon-image: "place/settlement/village.png";
     4386node[place=isolated_dwelling] {
     4387    icon-image: "place/settlement/isolated_dwelling.png";
    43524388    set icon_z0;
    43534389    text: auto;
     
    43604396    z-index: 2.2;
    43614397}
    4362 node[place=hamlet],
    4363 node[place=farm],
    4364 node[place=isolated_dwelling],
    4365 node[place=neighbourhood] {
    4366     icon-image: "place/settlement/hamlet.png";
     4398node[place=farm] {
     4399    icon-image: "place/settlement/farm.png";
    43674400    set icon_z0;
    43684401    text: auto;
Note: See TracChangeset for help on using the changeset viewer.