Ignore:
Timestamp:
2013-11-02T00:25:21+01:00 (13 years ago)
Author:
Don-vip
Message:

update P2 map paint style: support of amenity=library, amenity=nightclub, emergency=fire_hydrant, shop=department_store

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/source/core_pois.css

    r5215 r6351  
    2929node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
    3030node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; }
     31node[amenity=nightclub] { icon-image: icons/food_nightclub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; }
    3132node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; }
    3233node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
     
    4243node[amenity=hunting_stand] { icon-image: icons/sport_shooting.n.16.png; z-index: 20; }
    4344node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
     45node[amenity=library] { icon-image: icons/amenity_library.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
    4446node[amenity=place_of_worship]  { icon-image: icons/place_of_worship_unknown.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
    4547node[amenity=post_office] { icon-image: icons/amenity_post_office.n.16.png; z-index: 20; }
     
    5153node[amenity=veterinary] { icon-image: icons/health_veterinary.n.8E7409.16.png; z-index: 20; }
    5254node[amenity=waste_basket] { icon-image: icons/amenity_waste_bin.n.16.png; z-index: 20; }
     55node[amenity=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
     56node[emergency=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
    5357/* Shops */
    5458node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; }
     
    6266node[shop=confectionery] { icon-image: icons/shopping_confectionery.n.16.png; z-index: 20; }
    6367node[shop=convenience] { icon-image: icons/shopping_convenience.n.16.png; z-index: 20; }
     68node[shop=department_store] { icon-image: icons/shopping_department_store.n.16.png; z-index: 20; }
    6469node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; }
    6570node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; }
     
    123128node[power=station] { icon-image: icons/power_substation.n.16.png; z-index: 20; }
    124129node[power=generator] { icon-image: icons/power_station.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
    125 node[power=tower] { icon-image: icons/power_tower_high2.n.16.png; z-index: 20; }
    126 node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
     130node[power=tower] { icon-image: cross; icon-width: 7; width: 3; color: #F44; z-index: 20; }
     131node[power=pole] { icon-image: cross; icon-width: 7; width: 3; color: #444; z-index: 20; }
    127132node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
    128133
Note: See TracChangeset for help on using the changeset viewer.