Changeset 6005 in josm
- Timestamp:
- 2013-06-13T02:16:00+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.xml
r5940 r6005 533 533 </rule> 534 534 535 535 <!-- display path with bicycle/foot=designated/official as if it was cycleway/footway --> 536 536 <rule> 537 537 <condition k="highway" v="path"/> … … 614 614 </rule> 615 615 616 617 618 619 616 <rule> 617 <condition k="highway" v="give_way"/> 618 <icon annotate="true" src="vehicle/restriction/right_of_way.png"/> 619 </rule> 620 620 621 621 <rule> … … 694 694 <area colour="highway_platform#c0c0c0" closed="true"/> 695 695 </rule> 696 696 697 697 <rule> 698 698 <condition k="highway" v="turning_circle"/> … … 1006 1006 </rule> 1007 1007 1008 1009 1008 <!-- disused often appears together with highway=xy --> 1009 <!-- -> normal display with line, linemod for combinations --> 1010 1010 <rule> 1011 1011 <condition k="railway" v="disused"/> … … 1015 1015 </rule> 1016 1016 1017 1018 1017 <!-- abandoned often appears together with highway=xy --> 1018 <!-- -> normal display with line, linemod for combinations --> 1019 1019 <rule> 1020 1020 <condition k="railway" v="abandoned"/> … … 1274 1274 </rule> 1275 1275 1276 1276 <rule> 1277 1277 <condition k="power" v="transformer"/> 1278 1278 <icon annotate="true" src="misc/landmark/power/transformer.png"/> … … 1280 1280 </rule> 1281 1281 1282 1282 <!-- power_source is depricated by the wiki, but still in use --> 1283 1283 <rule> 1284 1284 <condition k="power_source" v="wind"/> … … 1323 1323 </rule> 1324 1324 1325 1325 <!-- generator:source replaces power_source --> 1326 1326 <rule> 1327 1327 <condition k="generator:source" v="wind"/> … … 1734 1734 1735 1735 <rule> 1736 <condition k="amenity" v="parking_space"/> 1737 <icon annotate="true" src="vehicle/parking.png" priority="-500" /> 1738 <area colour="amenity_traffic#f7efb7"/> 1739 </rule> 1740 1741 <rule> 1742 <condition k="amenity" v="parking_space"/> 1743 <condition k="wheelchair" b="yes"/> 1744 <icon annotate="true" src="vehicle/parking/handicapped.png"/> 1745 <area colour="amenity_traffic#f7efb7"/> 1746 </rule> 1747 1748 <rule> 1736 1749 <condition k="amenity" v="bicycle_rental"/> 1737 1750 <icon annotate="true" src="vehicle/rental/bicycle.png"/> … … 1790 1803 </rule> 1791 1804 1792 1793 1794 1795 1796 1797 1798 1805 <!-- Rule to delete by end of 2013 if this deprecated tag has finally been replaced by emergency=phone below--> 1806 <rule> 1807 <condition k="amenity" v="emergency_phone"/> 1808 <icon annotate="true" src="vehicle/emergency_phone.png"/> 1809 <area colour="amenity_light#f7efb7"/> 1810 </rule> 1811 1799 1812 <rule> 1800 1813 <condition k="emergency" v="phone"/> … … 2004 2017 </rule> 2005 2018 2006 2007 2008 2009 2010 2011 2019 <rule> 2020 <condition k="amenity" v="clinic"/> 2021 <area colour="health#eeeeee"/> 2022 <icon annotate="true" src="health/hospital.png"/> 2023 </rule> 2024 2012 2025 <rule> 2013 2026 <condition k="amenity" v="nursery"/> … … 2172 2185 <!--office tags --> 2173 2186 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2187 <rule> 2188 <condition k="office" v="company"/> 2189 <icon annotate="true" src="icons/office_blue.png"/> 2190 <area colour="office#de5696"/> 2191 </rule> 2192 2193 <rule> 2194 <condition k="office" v="government"/> 2195 <icon annotate="true" src="icons/office_pink.png"/> 2196 <area colour="office#de5696"/> 2197 </rule> 2185 2198 2186 2199 <!--shop tags --> … … 2391 2404 2392 2405 <rule> 2393 2406 <!-- superseeded by greengrocer --> 2394 2407 <condition k="shop" v="groceries"/> 2395 2408 <icon annotate="true" src="misc/deprecated.png"/> … … 2990 3003 <area colour="woodarea#008000"/> 2991 3004 </rule> 2992 2993 2994 2995 2996 2997 3005 3006 <rule> 3007 <condition k="natural" v="grassland"/> 3008 <icon src="misc/no_icon.png"/> 3009 <area colour="green#b1e0c2"/> 3010 </rule> 2998 3011 2999 3012 <rule> … … 3691 3704 </rule> 3692 3705 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3706 <rule> 3707 <condition k="building" v="entrance" /> 3708 <icon annotate="true" src="misc/entrance-yes.png" priority="100"/> 3709 </rule> 3710 3711 <rule> 3712 <condition k="entrance" v="yes" /> 3713 <icon annotate="true" src="misc/entrance-yes.png"/> 3714 </rule> 3715 3716 <rule> 3717 <condition k="entrance" v="main" /> 3718 <icon annotate="true" src="misc/entrance-main.png"/> 3719 </rule> 3720 3721 <rule> 3722 <condition k="entrance" v="service" /> 3723 <icon annotate="true" src="misc/entrance-service.png"/> 3724 </rule> 3725 3726 <rule> 3727 <condition k="entrance" v="exit" /> 3728 <icon annotate="true" src="misc/entrance-exit.png"/> 3729 </rule> 3730 3731 <rule> 3732 <condition k="entrance" v="emergency" /> 3733 <icon annotate="true" src="misc/entrance-emergency.png"/> 3734 </rule> 3735 3736 <rule> 3737 <condition k="area" b="yes"/> 3738 <area colour="area#ffffff" priority="-10000"/> 3726 3739 </rule> 3727 3740 … … 3754 3767 <condition k="addr:interpolation" v="alphabetic"/> 3755 3768 <line width="1" realwidth="1" dashed="1,1" colour="address#1C86EE"/> 3756 3769 </rule> 3757 3770 3758 3771 <!--"work in progress" tags --> 3759 3772 3760 <rule> 3761 3762 3773 <rule> 3774 <condition k="fixme"/> 3775 <icon annotate="true" src="misc/fixme.png" priority="10000"/> 3763 3776 </rule> 3764 3777 … … 3774 3787 3775 3788 <!--public_transport tags --> 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3789 <rule> 3790 <condition k="public_transport" v="stop_position"/> 3791 <condition k="train" v="yes"/> 3792 <icon annotate="true" src="transport/railway_small.png" priority="10" /> 3793 </rule> 3794 3795 <rule> 3796 <condition k="public_transport" v="stop_position"/> 3797 <condition k="tram" v="yes"/> 3798 <icon annotate="true" src="transport/tram.png" priority="8" /> 3799 </rule> 3800 3801 <rule> 3802 <condition k="public_transport" v="stop_position"/> 3803 <condition k="ferry" v="yes"/> 3804 <icon annotate="true" src="transport/ferry.png" priority="7" /> 3805 </rule> 3806 3807 <rule> 3808 <condition k="public_transport" v="stop_position"/> 3809 <condition k="aerial" v="yes"/> 3810 <icon annotate="true" src="transport/aerialway.png" priority="6" /> 3811 </rule> 3812 3813 <rule> 3814 <condition k="public_transport" v="stop_position"/> 3815 <condition k="bus" v="yes"/> 3816 <icon annotate="true" src="transport/bus_small.png" priority="4" /> 3817 </rule> 3818 3819 <rule> 3820 <condition k="public_transport" v="stop_position"/> 3821 <icon annotate="true" src="transport/railway_small.png" priority="-10"/> 3822 </rule> 3823 3824 <rule> 3825 <condition k="public_transport" v="platform"/> 3826 <condition k="train" v="yes"/> 3827 <icon annotate="true" src="transport/railway_station.png" priority="10" /> 3828 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3829 </rule> 3830 3831 <rule> 3832 <condition k="public_transport" v="platform"/> 3833 <condition k="tram" v="yes"/> 3834 <icon annotate="true" src="transport/railway_station.png" priority="8" /> 3835 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3836 </rule> 3837 3838 <rule> 3839 <condition k="public_transport" v="platform"/> 3840 <condition k="ferry" v="yes"/> 3841 <icon annotate="true" src="transport/ferry.png" priority="7" /> 3842 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3843 </rule> 3844 3845 <rule> 3846 <condition k="public_transport" v="platform"/> 3847 <condition k="aerial" v="yes"/> 3848 <icon annotate="true" src="transport/aerialway/station.png" priority="6" /> 3849 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3850 </rule> 3851 3852 <rule> 3853 <condition k="public_transport" v="platform"/> 3854 <condition k="bus" v="yes"/> 3855 <icon annotate="true" src="transport/bus_small.png" priority="4" /> 3856 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3857 </rule> 3858 3859 <rule> 3860 <condition k="public_transport" v="platform"/> 3861 <icon annotate="true" src="transport/bus_small.png" priority="-10"/> 3862 <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/> 3863 </rule> 3851 3864 3852 3865 <!--"deprecated" tags -->
Note:
See TracChangeset
for help on using the changeset viewer.