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_nodist/potlatch2/source/core_pois.css

    r6351 r9343  
    131131node[power=pole] { icon-image: cross; icon-width: 7; width: 3; color: #444; z-index: 20; }
    132132node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
     133/* Natural */
     134node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
     135node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
    133136
    134137/* Addressing */
Note: See TracChangeset for help on using the changeset viewer.