Changes between Version 7 and Version 8 of Styles/DisasterDamageAssessment
- Timestamp:
- 2025-01-29T17:41:38+01:00 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/DisasterDamageAssessment
v7 v8 28 28 node[damage=complete] {icon-image: "medium-complete-16.png"; icon-opacity: 0.7; icon-width:14;} 29 29 30 /* node:selected {symbol-shape: square;symbol-size: 18; symbol-fill-color: node_selected#ff0000;symbol-stroke-color: node_selected#ff0000; z-index: 1;}*/31 32 33 30 area[damage=none]:closed {fill-opacity:0.3; width: 1.2; fill-color: #00e800;} 34 31 area[damage=minimal]:closed {fill-opacity:0.3; width: 1.2; fill-color: #fde600;} … … 36 33 area[damage=complete] {fill-opacity:0.3; fill-color: #fd0000; z-index: 1;} 37 34 35 node[damage:Chido=none] {icon-image: "medium-none-16.png"; icon-opacity: 0.7; icon-width:14;} 36 node[damage:Chido=minimal] {icon-image: "medium-minimal-16.png"; icon-opacity: 0.7; icon-width:14;} 37 node[damage:Chido=significant] {icon-image: "medium-significant-16.png"; icon-opacity: 0.7; icon-width:14;} 38 node[damage:Chido=complete] {icon-image: "medium-complete-16.png"; icon-opacity: 0.7; icon-width:14;} 39 40 area[damage:Chido=none]:closed {fill-opacity:0.3; width: 1.2; fill-color: #00e800;} 41 area[damage:Chido=minimal]:closed {fill-opacity:0.3; width: 1.2; fill-color: #fde600;} 42 area[damage:Chido=significant]:closed {fill-opacity:0.3; width: 1.2; fill-color: #fd9100;} 43 area[damage:Chido=complete] {fill-opacity:0.3; fill-color: #fd0000; z-index: 1;} 38 44 39 45 way[roof:material=metal]:closed, … … 60 66 way[!roof:material][damage] { text: eval("Roof material ?"); text-color: #f30122; text-halo-color: white; font-size: 11; text-position: center; } 61 67 way[!roof:material][!damage][building] { width: 1.5; color: white; } 68 way[!roof:material][damage:Chido] { text: eval("Roof material ?"); text-color: #f30122; text-halo-color: white; font-size: 11; text-position: center; } 69 way[!roof:material][!damage:Chido][building] { width: 1.5; color: white; } 70 62 71 63 72 node|z1-19 { symbol-shape: square; symbol-stroke-color: rosybrown; symbol-fill-color: rosybrown; symbol-size: 1; z-index:1}
