Changes between Version 7 and Version 8 of Styles/DisasterDamageAssessment


Ignore:
Timestamp:
2025-01-29T17:41:38+01:00 (13 months ago)
Author:
severin.menard
Comment:

Updated the damage tags to add :Chido in order to let the possibility to map other damage events in the future

Legend:

Unmodified
Added
Removed
Modified
  • Styles/DisasterDamageAssessment

    v7 v8  
    2828node[damage=complete] {icon-image: "medium-complete-16.png"; icon-opacity: 0.7; icon-width:14;}
    2929
    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 
    3330area[damage=none]:closed {fill-opacity:0.3; width: 1.2; fill-color: #00e800;}
    3431area[damage=minimal]:closed {fill-opacity:0.3; width: 1.2; fill-color: #fde600;}
     
    3633area[damage=complete] {fill-opacity:0.3; fill-color: #fd0000; z-index: 1;}
    3734
     35node[damage:Chido=none] {icon-image: "medium-none-16.png"; icon-opacity: 0.7; icon-width:14;}
     36node[damage:Chido=minimal] {icon-image: "medium-minimal-16.png"; icon-opacity: 0.7; icon-width:14;}
     37node[damage:Chido=significant] {icon-image: "medium-significant-16.png"; icon-opacity: 0.7; icon-width:14;}
     38node[damage:Chido=complete] {icon-image: "medium-complete-16.png"; icon-opacity: 0.7; icon-width:14;}
     39
     40area[damage:Chido=none]:closed {fill-opacity:0.3; width: 1.2; fill-color: #00e800;}
     41area[damage:Chido=minimal]:closed {fill-opacity:0.3; width: 1.2; fill-color: #fde600;}
     42area[damage:Chido=significant]:closed {fill-opacity:0.3; width: 1.2; fill-color: #fd9100;}
     43area[damage:Chido=complete] {fill-opacity:0.3; fill-color: #fd0000; z-index: 1;}
    3844
    3945way[roof:material=metal]:closed,
     
    6066way[!roof:material][damage] { text: eval("Roof material ?"); text-color: #f30122; text-halo-color: white; font-size: 11; text-position: center; }
    6167way[!roof:material][!damage][building] { width: 1.5; color: white; }
     68way[!roof:material][damage:Chido] { text: eval("Roof material ?"); text-color: #f30122; text-halo-color: white; font-size: 11; text-position: center; }
     69way[!roof:material][!damage:Chido][building] { width: 1.5; color: white; }
     70
    6271
    6372node|z1-19 { symbol-shape: square; symbol-stroke-color: rosybrown; symbol-fill-color: rosybrown; symbol-size: 1; z-index:1}