Changes between Version 11 and Version 12 of Styles/MapWithAI


Ignore:
Timestamp:
2020-03-06T17:28:45+01:00 (6 years ago)
Author:
taylor.smock
Comment:

Add Maxar as a potential source (since Maxar and DigitalGlobe merged). Also, bump version (see #18802) to test if the Jenkins tests are unable to understand @supports (min-joms-version: VERSION)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/MapWithAI

    v11 v12  
    1111    author: "Taylor Smock";
    1212    version: "1.[[revision]]_[[date]]";
    13     min-josm-version: "15229";
     13    min-josm-version: "15289";
    1414}
    1515
     
    1717 * Set .mapwithai for all known MapWithAI datasets *
    1818 ***************************************************/
    19 @supports (min-josm-version: 15289) {
    20     settings::show_all {
    21         label: tr("Show possible MapWithAI objects");
    22     }
     19settings::show_all {
     20    label: tr("Show possible MapWithAI objects");
    2321}
     22
    2423setting::show_new {
    2524    type: boolean;
     
    5453}
    5554
    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 {
     55way[source=~/^(?i)(microsoft.*|digitalglobe|maxar)$/][setting("show_old")]!:new!:modified,
     56way[source=~/^(?i)(microsoft.*|digitalglobe|maxar)$/][setting("show_new")]:new,
     57way[source=~/^(?i)(microsoft.*|digitalglobe|maxar)$/][setting("show_modified")]:modified {
    5958    set .mapwithai;
    6059}