Changes between Version 15 and Version 16 of Styles/MapWithAI


Ignore:
Timestamp:
2020-07-15T23:07:38+02:00 (4 years ago)
Author:
taylor.smock
Comment:

Update sources

Legend:

Unmodified
Added
Removed
Modified
  • Styles/MapWithAI

    v15 v16  
    6363 ***************************************************/
    6464
    65 way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/BuildingFootprints|digitalglobe"), ")$"), tag("source"))][setting("show_new")]:new,
     65way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/.*|digitalglobe|maxar|esri/.*"), ")$"), tag("source"))][setting("show_new")]:new,
    6666way["mapwithai:source"][setting("show_new")] {
    6767    set .mapwithai;
    6868    set_color: JOSM_pref(concat("mapwithai.mappaint.", any(tag("source"), tag("mapwithai:source")), "_new"), #FF00FF);
    6969}
    70 way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/BuildingFootprints|digitalglobe"), ")$"), tag("source"))][setting("show_old")]!:new!:modified,
     70way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/.*|digitalglobe|maxar|esri/.*"), ")$"), tag("source"))][setting("show_old")]!:new!:modified,
    7171way["mapwithai:source"][setting("show_old")]!:new!:modified {
    7272    set .mapwithai;
    7373    set_color: JOSM_pref(concat("mapwithai.mappaint.", any(tag("source"), tag("mapwithai:source")), "_old"), #FF00FF);
    7474}
    75 way[regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/BuildingFootprints|digitalglobe"), ")$"), tag("source"))][setting("show_modified")]:modified,
     75way[regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/.*|digitalglobe|maxar|esri/.*"), ")$"), tag("source"))][setting("show_modified")]:modified,
    7676way["mapwithai:source"][setting("show_modified")]:modified {
    7777    set .mapwithai;