- Timestamp:
- 2013-09-06T01:14:51+02:00 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r6208 r6218 6013 6013 <text key="name:botanical" text="Botanical Name" /> 6014 6014 </item> 6015 <item name="Tree Row" icon="presets/tree.png" type="way"> 6016 <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=tree_row" 6017 de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:natural=tree_row" 6018 fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:natural=tree_row" 6019 ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:natural=tree_row" 6020 pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:natural=tree_row" 6021 ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:natural=tree_row" /> 6022 <key key="natural" value="tree_row" /> 6023 </item> 6015 6024 <item name="Wood" icon="presets/landuse.png" type="node,closedway,relation"> 6016 6025 <link href="http://wiki.openstreetmap.org/wiki/Tag:natural=wood" -
trunk/styles/standard/elemstyles.xml
r6212 r6218 3016 3016 3017 3017 <rule> 3018 <condition k="natural" v="tree_row"/> 3019 <icon src="misc/no_icon.png"/> 3020 <line width="2" colour="woodarea#008000"/> 3021 </rule> 3022 3023 <rule> 3018 3024 <condition k="natural" v="wood"/> 3019 3025 <icon src="misc/landmark/trees.png"/> … … 3721 3727 </rule> 3722 3728 3723 3724 3725 3726 3727 3728 3729 3730 3731 3729 <rule> 3730 <condition k="building" v="garage"/> 3731 <icon annotate="true" src="misc/landuse/garages.png"/> 3732 </rule> 3733 3734 <rule> 3735 <condition k="building" v="garages"/> 3736 <icon annotate="true" src="misc/landuse/garages.png"/> 3737 </rule> 3732 3738 3733 3739 <rule> … … 3854 3860 <icon annotate="true" src="transport/railway_station.png" priority="10" /> 3855 3861 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3856 3862 <area colour="service#809bc0" closed="true" /> 3857 3863 </rule> 3858 3864 … … 3862 3868 <icon annotate="true" src="transport/railway_station.png" priority="8" /> 3863 3869 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3864 3870 <area colour="service#809bc0" closed="true" /> 3865 3871 </rule> 3866 3872 … … 3870 3876 <icon annotate="true" src="transport/ferry.png" priority="7" /> 3871 3877 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3872 3878 <area colour="service#809bc0" closed="true" /> 3873 3879 </rule> 3874 3880 … … 3878 3884 <icon annotate="true" src="transport/aerialway/station.png" priority="6" /> 3879 3885 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3880 3886 <area colour="service#809bc0" closed="true" /> 3881 3887 </rule> 3882 3888 … … 3886 3892 <icon annotate="true" src="transport/bus_small.png" priority="4" /> 3887 3893 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3888 3894 <area colour="service#809bc0" closed="true" /> 3889 3895 </rule> 3890 3896 … … 3893 3899 <icon annotate="true" src="transport/bus_small.png" priority="-10"/> 3894 3900 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3895 3901 <area colour="service#809bc0" closed="true" /> 3896 3902 </rule> 3897 3903
Note:
See TracChangeset
for help on using the changeset viewer.