Ignore:
Timestamp:
2016-01-08T00:33:39+01:00 (9 years ago)
Author:
Don-vip
Message:

update Potlatch 2 style. Adds support for natural=tree and natural=peak.
See https://git.openstreetmap.org/potlatch2.git/commit/0a21b8bca71f6105c244cb52d7b7dcb5a840bd3a

File:
1 edited

Legend:

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

    r7671 r9343  
    314314node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
    315315node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
     316/* Natural */
     317node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
     318node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
    316319
    317320/* Addressing */
Note: See TracChangeset for help on using the changeset viewer.