wiki:Styles/MapWithAI

Version 3 (modified by taylor.smock, 4 years ago) ( diff )

Allow colour adjusting

MapWithAI

This style highlights probable MapWithAI objects. The color is adjustable via the Color Preferences.

meta
{
    title: "MapWithAI";
    description: "Visualization of MapWithAI data";
    author: "Taylor Smock";
    version="1.19_2021-03-23"
    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;
}

Styles_MapWithAI-style.mapcss, Styles_MapWithAI.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.