Ignore:
Timestamp:
2007-12-12T23:06:23+01:00 (17 years ago)
Author:
ulf
Message:

add taxi icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mappaint/styles/standard/elemstyles.xml

    r6044 r6052  
    843843
    844844        <rule>
     845                <condition k="amenity" v="taxi" />
     846                <icon annotate="true" src="transport/taxi.png" />
     847        <scale_min>1</scale_min>
     848        <scale_max>50000</scale_max>
     849        </rule>
     850
     851        <rule>
    845852                <condition k="amenity" v="fuel" />
    846853                <icon annotate="true" src="vehicle/fuel_station.png" />
     
    19301937        <rule>
    19311938                <condition k="amenity" v="nursery" />
    1932                 <icon annotate="true" src="vehicle/caution.png" />
    1933         <scale_min>1</scale_min>
    1934         <scale_max>50000</scale_max>
    1935         </rule>
    1936 
    1937         <rule>
    1938                 <condition k="amenity" v="taxi" />
    19391939                <icon annotate="true" src="vehicle/caution.png" />
    19401940        <scale_min>1</scale_min>
Note: See TracChangeset for help on using the changeset viewer.