This 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. {{{ #!style type="mapcss" meta { title: "Japan Tsunami POIS"; description: "POIS related to Tsunami plus Surface / Roads with damages, obstacles"; version: "1.[[revision]]_[[date]]"; author: "PierZen"; watch-modified: true; link: "http://josm.openstreetmap.de/wiki/Styles/JP-Tsunami"; } /* Icons source : Lübeck POI Map, Potlatch2 and JOSM. */ way[access=closed], way[practicability=no], way[barrier=obstacle], way[impassable=YES], way[impassable=yes] { color: orange; casing-color: red; dashes: 2, 8;} area[natural=wetland][wetland=tsunami] { color: red; width:2; opacity:0.3; fill-color: red; fill-image: "icons/marsh.png"} area[building=collapsed] {color:red; width:10; fill-color: red; opacity:1.0;} area[landuse=brownfield], area[obstacletype=debris], area[tsunami] {color:red; width:2; fill-color: red; opacity:0.3;} node[impassable=YES], node[impassable=yes], node[obstacletype], node[barrier:obstacletype] { icon-image: icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;} node[barrier:obstacle], node[barrier:obstacle_type], node[Barrier:obstacle_type] { icon-image: icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;} node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; } node[amenity=nursing_home] { icon-image: icons/hot_nurse.16.png; z-index: 20; } node[amenity=community_centre], node[amenity=comunity_centre], node[amenity=social_facility] { icon-image: icons/hot_social_facility.16.png; z-index: 20; } node[amenity=public_building] { icon-image: icons/hot_public_building.16.png; z-index: 20; } node[leisure=playground] { icon-image: icons/amenity_playground.n.16.png; z-index: 20; } node[amenity=post_office] { icon-image: icons/amenity_post_box.n.16.png; z-index: 20; } node[social_facility=food_bank] { icon-image: icons/hot_social_food_bank.16.png; z-index: 20; } node[amenity=crematorium] { icon-image: icons/hot_crematorium.16.png; z-index: 20; } node[amenity=mortuary] { icon-image: icons/hot_mortuary.16.png; z-index: 20; } node[aeroway=helipad] { icon-image: icons/hot_helipad.16.png; z-index: 20; } node[power=generator][power_source=nuclear] { icon-image: icons/hot_nuclear_power.16.png; z-index: 10; } node[power=generator][generator:source=nuclear] { icon-image: icons/hot_nuclear_power.16.png; z-index: 10; } node[barrier:damage_type], node[barrier=debris], node[earthquake:damage], node[tsunami:damage], node[blocked=yes], node[barrier=obstacle] { icon-image: icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;} node[highway][barrier:obstacle_type=debris], { icon-image: icons/hot_obstacle.16.png; icon-width: 25; z-index: 21;} node[note] { icon-image: icons/hot_note.16.png; z-index: 21;} }}} You can contact me via http://www.openstreetmap.org/message/new/PierZen