Changes between Initial Version and Version 1 of Styles/JP-Tsunami


Ignore:
Timestamp:
2011-04-21T23:57:21+02:00 (15 years ago)
Author:
pierzen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/JP-Tsunami

    v1 v1  
     1This style adds a few POIS related to Tsunami plus Surface / Roads with damages, obstacles. The surfaces and roads are colored in red. Block nodes are represented with an X. And finally, areas tagged with [natural=wetland] and [wetland=tsunami] are represented with the Marsh symbol.
     2 
     3{{{
     4#!style type="mapcss"
     5
     6meta
     7{
     8    title: "Japan Tsunami POIS";
     9    description: "POIS related to Tsunami plus Surface / Roads with damages, obstacles";
     10    version: "1.0_2011-04-21";
     11    author: "PierZen";
     12   
     13    watch-modified: true;
     14    link: "http://josm.openstreetmap.de/wiki/Styles/JP-Tsunami";
     15}
     16
     17/*
     18   Icons source : Lübeck POI Map, Potlatch2 and JOSM.
     19*/
     20
     21node[amenity=kindergarten] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/http://pierzen.dev.openstreetmap.org/hot/josm/icons/education_nursery3.n.16.png; z-index: 20; }
     22node[amenity=nursing_home] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_nurse.16.png; z-index: 20; }
     23node[amenity=community_centre],
     24node[amenity=comunity_centre],
     25node[amenity=social_facility] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_social_facility.16.png; z-index: 20; }
     26node[amenity=public_building] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_public_building.16.png; z-index: 20; }
     27node[leisure=playground] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/amenity_playground.n.16.png; z-index: 20; }
     28node[amenity=post_office] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/amenity_post_box.n.16.png; z-index: 20; }
     29node[social_facility=food_bank] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_social_food_bank.16.png; z-index: 20; }
     30node[amenity=crematorium] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_crematorium.16.png; z-index: 20; }
     31node[amenity=mortuary] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_mortuary.16.png; z-index: 20; }
     32node[aeroway=helipad] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_helipad.16.png; z-index: 20; }
     33node[power=generator][power_source=nuclear] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_nuclear_power.16.png; z-index: 10; }
     34node[power=generator][generator:source=nuclear] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_nuclear_power.16.png; z-index: 10; }
     35way[access=closed], way[practicability=no], way[barrier=obstacle],
     36way[impassable=YES], way[impassable=yes] { color: orange;  casing-color: red; dashes: 2, 8;}
     37area[landuse=brownfield],
     38area[obstacletype=debris], area[tsunami]  {color:red;  width:4; fill-color: red; opacity:0.3;}
     39area[natural=wetland][wetland=tsunami] { color: red; width:4; opacity:0.3;  fill-color: red; fill-image: "http://pierzen.dev.openstreetmap.org/hot/josm/icons/marsh.png"}
     40node[impassable=YES], node[impassable=yes],
     41node[obstacletype], node[barrier:obstacletype] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;}
     42node[barrier:obstacle], node[barrier:obstacle_type], node[Barrier:obstacle_type]  { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;}
     43node[barrier:damage_type], node[barrier=debris],
     44node[earthquake:damage], node[tsunami:damage],
     45node[blocked=yes], node[barrier=obstacle]  { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;}
     46node[highway][barrier:obstacle_type=debris],
     47 { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;}
     48node[note] { icon-image: http://pierzen.dev.openstreetmap.org/hot/josm/icons/hot_note.16.png; z-index: 21;}
     49
     50}}}
     51
     52You can contact me via http://www.openstreetmap.org/message/new/PierZen