Changeset 10351 in josm for trunk/styles/standard/elemstyles.mapcss
- Timestamp:
- 2016-06-11T19:09:05+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r10177 r10351 4437 4437 /**************/ 4438 4438 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 }4455 4439 area[setting("place_fill_colour")][place=continent], 4456 4440 area[setting("place_fill_colour")][place=country], … … 4470 4454 area[setting("place_fill_colour")][place=islet] { 4471 4455 fill-color: place#8de3cb; 4456 set place; 4472 4457 } 4473 4458 node[place=continent], … … 4488 4473 set icon_z0; 4489 4474 set text_z0; 4490 font-size: 10;4491 4475 font-weight: bold; 4492 4476 text-color:black; 4493 4477 text-halo-color: white; 4494 4478 text-halo-radius: 1; 4479 set place; 4495 4480 } 4496 4481 … … 4538 4523 node|z-14[place=locality][!setting("hide_icons")] { 4539 4524 icon-image: "place/locality.png"; 4540 font-size: 10;4541 4525 font-weight: bold; 4542 4526 text-color:black; … … 4596 4580 |z18- text for normal POI icons is shown 4597 4581 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 4599 4583 * maxspeed icons should not be distinguishable from POIs with "icon-image" property 4600 4584 … … 4659 4643 node|z19,area|z19 { font-size: 9; } 4660 4644 node|z20-,area|z20- { font-size: 11; } 4645 4646 node.place, way.place, area.place { font-size: 11; } 4647 4661 4648 4662 4649 /*******************/
Note:
See TracChangeset
for help on using the changeset viewer.