Ignore:
Timestamp:
2015-01-21T00:25:39+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10963 - add more colored place icons and improve paint order

File:
1 edited

Legend:

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

    r7975 r7976  
    43114311    text-halo-color: white;
    43124312    text-halo-radius: 1;
     4313    z-index: 2.6;
    43134314}
    43144315node[place=city] {
     
    43224323    text-halo-color: white;
    43234324    text-halo-radius: 1;
    4324 }
    4325 node[place=town],
    4326 node[place=village],
    4327 node[place=hamlet],
    4328 node[place=farm],
    4329 node[place=isolated_dwelling],
    4330 node[place=neighbourhood],
    4331 node[place=suburb] {
     4325    z-index: 2.5;
     4326}
     4327node[place=town] {
    43324328    icon-image: "place/settlement/town.png";
    43334329    set icon_z0;
     
    43394335    text-halo-color: white;
    43404336    text-halo-radius: 1;
     4337    z-index: 2.4;
     4338}
     4339node[place=suburb] {
     4340    icon-image: "place/settlement/suburb.png";
     4341    set icon_z0;
     4342    text: auto;
     4343    set text_z0;
     4344    font-size: 10;
     4345    font-weight: bold;
     4346    text-color:black;
     4347    text-halo-color: white;
     4348    text-halo-radius: 1;
     4349    z-index: 2.3;
     4350}
     4351node[place=village] {
     4352    icon-image: "place/settlement/village.png";
     4353    set icon_z0;
     4354    text: auto;
     4355    set text_z0;
     4356    font-size: 10;
     4357    font-weight: bold;
     4358    text-color:black;
     4359    text-halo-color: white;
     4360    text-halo-radius: 1;
     4361    z-index: 2.2;
     4362}
     4363node[place=hamlet],
     4364node[place=farm],
     4365node[place=isolated_dwelling],
     4366node[place=neighbourhood] {
     4367    icon-image: "place/settlement/hamlet.png";
     4368    set icon_z0;
     4369    text: auto;
     4370    set text_z0;
     4371    font-size: 10;
     4372    font-weight: bold;
     4373    text-color:black;
     4374    text-halo-color: white;
     4375    text-halo-radius: 1;
     4376    z-index: 2.1;
    43414377}
    43424378node[place=locality] {
Note: See TracChangeset for help on using the changeset viewer.