Changes between Version 6 and Version 7 of Styles/MapWithAI
- Timestamp:
- 2019-11-04T17:00:56+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/MapWithAI
v6 v7 16 16 * Set .mapwithai for all known MapWithAI datasets * 17 17 ***************************************************/ 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 } 20 22 } 21 23 setting::show_new { … … 52 54 way.mapwithai { 53 55 color: mapwithai#FF00FF; 54 } 56 } 55 57 56 58 way.mapwithai:closed2 { 57 59 fill-color: mapwithai#FF00FF; 58 } 60 } 59 61 }}}
