Changeset 3991 in josm for trunk/test/data/styles


Ignore:
Timestamp:
2011-03-14T00:25:41+01:00 (13 years ago)
Author:
bastiK
Message:

fix wrongly applied patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/data/styles/label-from-tag.mapcss

    r3989 r3991  
    1818   font-size: 12;
    1919}
    20 
    21 /*
    22  * Simple test style sheet. Includes a style for nodes where the label is derived
    23  * from the value of a specific tag.
    24  *
    25  */
    26  
    27 meta {
    28     title: "Test style - Deriving labels from tags";
    29 }
    30 
    31 canvas {
    32     background-color: #000000;
    33 }
    34 
    35 node {
    36    text: my_label_tag;  /* take the value of the tag 'my_label_tag' as text */
    37    text-color: white;   
    38    font-size: 12;
    39 }
    40 
Note: See TracChangeset for help on using the changeset viewer.