diff --git a/presets/presets.xml b/presets/presets.xml
index ac0f04d..253acb6 100755
a
|
b
|
are supplied, then "values" will be treated as "display_values" and translated i
|
2947 | 2947 | <text key="height" text="Height" default="" delete_if_empty="true" /> |
2948 | 2948 | <text key="name:botanical" text="Botanical Name" default="" delete_if_empty="true" /> |
2949 | 2949 | </item> |
2950 | | <item name="Wood" icon="presets/landuse.png" type="node,closedway,relation"> |
| 2950 | <item name="Natural primeval woodland" icon="presets/landuse.png" type="node,closedway,relation"> |
2951 | 2951 | <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wood" |
2952 | 2952 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=wood" /> |
2953 | 2953 | <label text="Edit Wood" /> |
… |
… |
are supplied, then "values" will be treated as "display_values" and translated i
|
2955 | 2955 | <text key="name" text="Name" default="" delete_if_empty="true" /> |
2956 | 2956 | <combo key="wood" text="Type" values="coniferous,deciduous,mixed" default="" delete_if_empty="true" /> |
2957 | 2957 | </item> |
2958 | | <item name="Forest" icon="presets/landuse.png" type="node,closedway,relation"> |
| 2958 | <item name="Woodland" icon="presets/landuse.png" type="node,closedway,relation"> |
| 2959 | <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=wood" |
| 2960 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=wood" /> |
| 2961 | <label text="Edit Wood" /> |
| 2962 | <key key="landuse" value="wood" /> |
| 2963 | <text key="name" text="Name" default="" delete_if_empty="true" /> |
| 2964 | <combo key="wood" text="Type" values="coniferous,deciduous,mixed" default="" delete_if_empty="true" /> |
| 2965 | </item> |
| 2966 | <item name="Managed forest" icon="presets/landuse.png" type="node,closedway,relation"> |
2959 | 2967 | <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse=forest" |
2960 | 2968 | de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:landuse=forest" /> |
2961 | 2969 | <label text="Edit Forest Landuse" /> |
diff --git a/styles/standard/elemstyles.xml b/styles/standard/elemstyles.xml
index 463c04a..350df38 100644
a
|
b
|
For external files the <rules> should have following elements:
|
3147 | 3147 | </rule> |
3148 | 3148 | |
3149 | 3149 | <rule> |
| 3150 | <condition k="landuse" v="wood"/> |
| 3151 | <area colour="forest#b1efc8"/> |
| 3152 | <icon src="misc/landmark/trees.png"/> |
| 3153 | <scale_min>1</scale_min> |
| 3154 | <scale_max>50000</scale_max> |
| 3155 | </rule> |
| 3156 | |
| 3157 | <rule> |
3150 | 3158 | <condition k="landuse" v="forest"/> |
3151 | 3159 | <area colour="forest#b1efc8"/> |
3152 | 3160 | <icon src="misc/landmark/trees.png"/> |