Changeset 10351 in josm


Ignore:
Timestamp:
2016-06-11T19:09:05+02:00 (8 years ago)
Author:
Klumbumbus
Message:

remove old unmaintained tagging schema "openGeoDB:..." from mappaint style; don't shrink place labels font size (except locality)

File:
1 edited

Legend:

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

    r10177 r10351  
    44374437/**************/
    44384438
    4439 /* lot's of "openGeoDB:..." tags can be found in germany */
    4440 node["openGeoDB:type"=Stadt],
    4441 node["openGeoDB:type"=Kreis],
    4442 node["openGeoDB:type"=Gemeinde],
    4443 node["openGeoDB:type"=Ort],
    4444 node["openGeoDB:type"=District],
    4445 node["openGeoDB:location"=locality] {
    4446     icon-image: "place/settlement/openGeoDB.png";
    4447     set icon_z0;
    4448     set text_z0;
    4449     font-size: 10;
    4450     font-weight: bold;
    4451     text-color:black;
    4452     text-halo-color: white;
    4453     text-halo-radius: 1;
    4454 }
    44554439area[setting("place_fill_colour")][place=continent],
    44564440area[setting("place_fill_colour")][place=country],
     
    44704454area[setting("place_fill_colour")][place=islet] {
    44714455    fill-color: place#8de3cb;
     4456    set place;
    44724457}
    44734458node[place=continent],
     
    44884473    set icon_z0;
    44894474    set text_z0;
    4490     font-size: 10;
    44914475    font-weight: bold;
    44924476    text-color:black;
    44934477    text-halo-color: white;
    44944478    text-halo-radius: 1;
     4479    set place;
    44954480}
    44964481
     
    45384523node|z-14[place=locality][!setting("hide_icons")] {
    45394524    icon-image: "place/locality.png";
    4540     font-size: 10;
    45414525    font-weight: bold;
    45424526    text-color:black;
     
    45964580  |z18-         text for normal POI icons is shown
    45974581 
    4598  * text size and node size is adapted according to zoom level (see style source below)
     4582 * text size and node size is adapted according to zoom level (see style source below), place labels (except locality) don't get smaller
    45994583 * maxspeed icons should not be distinguishable from POIs with "icon-image" property
    46004584
     
    46594643node|z19,area|z19   { font-size: 9; }
    46604644node|z20-,area|z20- { font-size: 11; }
     4645
     4646node.place, way.place, area.place { font-size: 11; }
     4647
    46614648
    46624649/*******************/
Note: See TracChangeset for help on using the changeset viewer.