Changeset 6351 in josm for trunk/styles_nodist/potlatch2/patched/core_pois.css
- Timestamp:
- 2013-11-02T00:25:21+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/patched/core_pois.css
r5218 r6351 32 32 node[barrier=cattle_grid] { icon-image: icons/barrier_cattle_grid.16.png; z-index: 20; } 33 33 node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; } 34 a era[amenity=school]:closed { color: yellow; fill-color: yellow; fill-opacity: 0.1; prop_area_small_name : 1; }34 area[amenity=school]:closed { color: yellow; fill-color: yellow; fill-opacity: 0.1; prop_area_small_name : 1; } 35 35 node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; } 36 36 node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; } 37 37 node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; } 38 node[amenity=nightclub] { icon-image: icons/food_nightclub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; } 38 39 node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; } 39 40 node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; } … … 49 50 node[amenity=hunting_stand] { icon-image: icons/sport_shooting.n.16.png; z-index: 20; } 50 51 node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; } 52 node[amenity=library] { icon-image: icons/amenity_library.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; } 51 53 node[amenity=place_of_worship] { icon-image: icons/place_of_worship_unknown.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; } 52 54 node[amenity=post_office] { icon-image: icons/amenity_post_office.n.16.png; z-index: 20; } … … 58 60 node[amenity=veterinary] { icon-image: icons/health_veterinary.n.8E7409.16.png; z-index: 20; } 59 61 node[amenity=waste_basket] { icon-image: icons/amenity_waste_bin.n.16.png; z-index: 20; } 62 node[amenity=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; } 63 node[emergency=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; } 60 64 /* Shops */ 61 65 node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; } … … 69 73 node[shop=confectionery] { icon-image: icons/shopping_confectionery.n.16.png; z-index: 20; } 70 74 node[shop=convenience] { icon-image: icons/shopping_convenience.n.16.png; z-index: 20; } 75 node[shop=department_store] { icon-image: icons/shopping_department_store.n.16.png; z-index: 20; } 71 76 node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; } 72 77 node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; } … … 130 135 node[power=station] { icon-image: icons/power_substation.n.16.png; z-index: 20; } 131 136 node[power=generator] { icon-image: icons/power_station.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; } 137 /* P2 previously had these icons instead of "icon-image: cross" which is not standard MapCSS but a P2 keyword we won't implement, so keep the old icons */ 132 138 node[power=tower] { icon-image: icons/power_tower_high2.n.16.png; z-index: 20; } 133 139 node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; } … … 141 147 node[addr:housename]::hn_casing { z-index: -100; symbol-shape: circle; symbol-size: 10; symbol-fill-color: blue; } 142 148 143 way[addr:interpolation] { z-index: 5;color: #B0E0E6; width: 3; dashes: 3,3;}149 way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;}
Note:
See TracChangeset
for help on using the changeset viewer.
