Changes between Version 7 and Version 8 of Styles/Landcover


Ignore:
Timestamp:
2013-01-24T15:01:35+01:00 (13 years ago)
Author:
imagic
Comment:

Changes to landuse=plantation and vineyard and some more images for landuse=orchard

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Landcover

    v7 v8  
    88    title: "Landcover tags";
    99    description: "Show landcover and some additional landuse tags";
    10     version: "0.2.[[revision]]_[[date]]";
     10    version: "0.3.[[revision]]_[[date]]";
    1111    author: "Martin Vonwald";
    1212    watch-modified: true;
     
    191191    fill-image: "images/landcover/fig.png";
    192192}
     193area[landuse=orchard][trees="almond_trees"], area[landuse=orchard][orchard=almond]
     194{
     195    width: 2; color: #B1E0C2;
     196    fill-opacity: 0.5;
     197    fill-image: "images/landcover/almond.png";
     198}
     199area[landuse=orchard][trees="orange_trees"], area[landuse=orchard][orchard=orange]
     200{
     201    width: 2; color: #B1E0C2;
     202    fill-opacity: 0.5;
     203    fill-image: "images/landcover/orange.png";
     204}
     205area[landuse=orchard][trees="banana_trees"], area[landuse=orchard][orchard=banana]
     206{
     207    width: 2; color: #B1E0C2;
     208    fill-opacity: 0.5;
     209    fill-image: "images/landcover/banana.png";
     210}
    193211
    194212
     
    198216area[landuse=plantation]
    199217{
     218    width: 2; color: #90C0A0;
     219    fill-color: #90C0A0;
     220    fill-opacity: 0.5;
     221}
     222area[landuse=plantation][plantation=tobacco]
     223{
     224    fill-image: "images/landcover/tobacco.png";
     225}
     226
     227
     228/***************************************/
     229/* Add an image to landuse=vineyard    */
     230/***************************************/
     231area[landuse=vineyard]
     232{
    200233    width: 2; color: #B1E0C2;
    201234    fill-color: #B1E0C2;
    202235    fill-opacity: 0.5;
    203 }
    204 area[landuse=plantation][plantation=vineyard], area[landuse=vineyard]
    205 {
    206236    fill-image: "images/landcover/vineyard.png";
    207237}
    208 area[landuse=plantation][plantation=banana]
    209 {
    210     fill-image: "images/landcover/banana.png";
    211 }
    212238
    213239