| Version 4 (modified by stoecker, 2 years ago) (diff) |
|---|
This is a test feature to develop an easier way for creating new presets and mappaint styles.
meta
{
title: "Modified";
description: "Highlight modified objects";
version: "2011-02-24_6";
watch-modified: true;
}
node:modified::modified_layer
{
symbol-shape: circle;
symbol-size: 50;
symbol-fill-color: lime;
symbol-fill-opacity: 0.3;
z-index: -5;
}
way:modified::modified_layer,
node:modified < way::modified_layer
{
width: 40;
color: lime;
opacity: 0.3;
z-index: -5;
}


