Changes between Version 12 and Version 13 of Styles/MapWithAI


Ignore:
Timestamp:
2020-03-16T15:42:23+01:00 (5 years ago)
Author:
taylor.smock
Comment:

Support JOSM 15229 again (using @supports)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/MapWithAI

    v12 v13  
    1111    author: "Taylor Smock";
    1212    version: "1.[[revision]]_[[date]]";
    13     min-josm-version: "15289";
     13    min-josm-version: "15229";
    1414}
    1515
     
    1717 * Set .mapwithai for all known MapWithAI datasets *
    1818 ***************************************************/
    19 settings::show_all {
    20     label: tr("Show possible MapWithAI objects");
     19@supports (min-josm-version: 15289) {
     20    settings::show_all {
     21        label: tr("Show possible MapWithAI objects");
     22    }
    2123}
    2224