Changes between Version 15 and Version 16 of Styles/MapWithAI
- Timestamp:
- 2020-07-15T23:07:38+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/MapWithAI
v15 v16 63 63 ***************************************************/ 64 64 65 way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/ BuildingFootprints|digitalglobe"), ")$"), tag("source"))][setting("show_new")]:new,65 way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/.*|digitalglobe|maxar|esri/.*"), ")$"), tag("source"))][setting("show_new")]:new, 66 66 way["mapwithai:source"][setting("show_new")] { 67 67 set .mapwithai; 68 68 set_color: JOSM_pref(concat("mapwithai.mappaint.", any(tag("source"), tag("mapwithai:source")), "_new"), #FF00FF); 69 69 } 70 way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/ BuildingFootprints|digitalglobe"), ")$"), tag("source"))][setting("show_old")]!:new!:modified,70 way["source"][regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/.*|digitalglobe|maxar|esri/.*"), ")$"), tag("source"))][setting("show_old")]!:new!:modified, 71 71 way["mapwithai:source"][setting("show_old")]!:new!:modified { 72 72 set .mapwithai; 73 73 set_color: JOSM_pref(concat("mapwithai.mappaint.", any(tag("source"), tag("mapwithai:source")), "_old"), #FF00FF); 74 74 } 75 way[regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/ BuildingFootprints|digitalglobe"), ")$"), tag("source"))][setting("show_modified")]:modified,75 way[regexp_test(concat("^(", JOSM_pref("mapwithai.mappaint.sources", "microsoft/.*|digitalglobe|maxar|esri/.*"), ")$"), tag("source"))][setting("show_modified")]:modified, 76 76 way["mapwithai:source"][setting("show_modified")]:modified { 77 77 set .mapwithai;