Changes between Version 11 and Version 12 of Styles/MapWithAI
- Timestamp:
- 2020-03-06T17:28:45+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/MapWithAI
v11 v12 11 11 author: "Taylor Smock"; 12 12 version: "1.[[revision]]_[[date]]"; 13 min-josm-version: "152 29";13 min-josm-version: "15289"; 14 14 } 15 15 … … 17 17 * Set .mapwithai for all known MapWithAI datasets * 18 18 ***************************************************/ 19 @supports (min-josm-version: 15289) { 20 settings::show_all { 21 label: tr("Show possible MapWithAI objects"); 22 } 19 settings::show_all { 20 label: tr("Show possible MapWithAI objects"); 23 21 } 22 24 23 setting::show_new { 25 24 type: boolean; … … 54 53 } 55 54 56 way[source=~/^(?i)(microsoft.*|digitalglobe)$/][setting("show_old")]!:new!:modified, 57 way[source=~/^(?i)(microsoft.*|digitalglobe)$/][setting("show_new")]:new, 58 way[source=~/^(?i)(microsoft.*|digitalglobe)$/][setting("show_modified")]:modified { 55 way[source=~/^(?i)(microsoft.*|digitalglobe|maxar)$/][setting("show_old")]!:new!:modified, 56 way[source=~/^(?i)(microsoft.*|digitalglobe|maxar)$/][setting("show_new")]:new, 57 way[source=~/^(?i)(microsoft.*|digitalglobe|maxar)$/][setting("show_modified")]:modified { 59 58 set .mapwithai; 60 59 }
