Ignore:
Timestamp:
2016-01-08T00:33:39+01:00 (8 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/patched/core_pois.css

    r9342 r9343  
    139139node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
    140140node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
     141/* Natural */
     142node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
     143node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
    141144
    142145/* Addressing */
Note: See TracChangeset for help on using the changeset viewer.