= MapWithAI = This style highlights probable MapWithAI objects. The color is adjustable via the [wiki:Help/Preferences/Display#Colors Color Preferences]. {{{ #!style type="mapcss" meta { title: "MapWithAI"; description: "Visualization of MapWithAI data"; author: "Taylor Smock"; version="1.[[revision]]_[[date]]" min-josm-version: "15229"; } /******************************************* * Set .mapwithai for all known MapWithAI datasets * *******************************************/ way[source=~/^(?i)(microsoft|digitalglobe)$/] { set .mapwithai; } way.mapwithai { color: mapwithai#FF00FF; } way.mapwithai:closed2 { fill-color: mapwithai#FF00FF; } }}}