Changeset 3391 in josm


Ignore:
Timestamp:
2010-07-28T21:02:21+02:00 (14 years ago)
Author:
ce
Message:

fixes #5276 Current build is broken so I cannot test whether the preset tags the elements correctly and whether the nodes are shown in the viewport with the correct icon. I assume yes for both.

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r3389 r3391  
    17781778            <label text="... other transportation modes possible" />
    17791779        </item>
     1780        <item name="Flagpole" icon="presets/flag.png" type="node">
     1781            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/flagpole" />
     1782            <key key="man_made" value="flagpole" />
     1783        </item>
    17801784        <item name="Information Terminal" icon="presets/information.png" type="node">
    17811785            <link href="http://wiki.openstreetmap.org/wiki/Key:information" />
  • trunk/styles/standard/elemstyles.xml

    r3360 r3391  
    16401640
    16411641        <rule>
     1642                <condition k="man_made" v="flagpost"/>
     1643                <area colour="manmade#d8d8d8"/>
     1644                <icon annotate="true" src="presets/flag.png"/>
     1645                <scale_min>1</scale_min>
     1646                <scale_max>50000</scale_max>
     1647        </rule>
     1648
     1649        <rule>
    16421650                <condition k="man_made" v="gasometer"/>
    16431651                <icon annotate="true" src="misc/landmark/gasometer.png"/>
Note: See TracChangeset for help on using the changeset viewer.