Changes between Initial Version and Version 1 of Styles/Modified


Ignore:
Timestamp:
2011-02-22T22:32:57+01:00 (14 years ago)
Author:
bastiK
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Modified

    v1 v1  
     1This is a test feature to develop an easier way for creating new presets and mappaint styles.
     2{{{#!style
     3meta
     4{
     5    title: "Modified";
     6   
     7    watch-modified: true;
     8}
     9
     10node:modified::modified_layer
     11{
     12    symbol-shape: circle;
     13    symbol-size: 50;
     14    symbol-fill-color: lime;
     15    symbol-fill-opacity: 0.3;
     16    z-index: -5;
     17}
     18
     19way:modified::modified_layer,
     20node:modified < way::modified_layer
     21{
     22    width: 40;
     23    color: lime;
     24    opacity: 0.3;
     25    z-index: -5;
     26}
     27}}}