Changes between Version 6 and Version 7 of Styles/MapWithAI


Ignore:
Timestamp:
2019-11-04T17:00:56+01:00 (6 years ago)
Author:
taylor.smock
Comment:

Put group setting in a @supports block, since it was causing the paint style to not load on older JOSM versions

Legend:

Unmodified
Added
Removed
Modified
  • Styles/MapWithAI

    v6 v7  
    1616 * Set .mapwithai for all known MapWithAI datasets *
    1717 ***************************************************/
    18 settings::show_all {
    19     label: tr("Show possible MapWithAI objects");
     18@supports (min-josm-version: 15289) {
     19    settings::show_all {
     20        label: tr("Show possible MapWithAI objects");
     21    }
    2022}
    2123setting::show_new {
     
    5254way.mapwithai {
    5355    color: mapwithai#FF00FF;
    54 }                         
     56}
    5557
    5658way.mapwithai:closed2 {
    5759    fill-color: mapwithai#FF00FF;
    58  
     60
    5961}}}