wiki:Presets/Quick-highways

Version 5 (modified by Antisida, 12 years ago) ( diff )

--

This preset designed for quick adding tags by click on toolbar. It contains two groups with most popular highway=* and surface=* tags and group for tagging most common cases of bridges and tunnels.

(NOZIP)

See also

The preset itself

<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
        shortdescription="Quick-highways"
        ru.shortdescription="Быстро-дороги"
        description="Presets for quickly adding popular highway=* and surface=* tags"
        ru.description="Пресеты для быстрого добавления поппулярных тэгов highway=* и surface=*"
        author="lzhl"
        version="0.20_2021-09-02">

        <group name="Quick-highways" ru.name="Быстро-дороги" icon="motorway.png">
                <group name="highway=*" icon="secondary.png">
                        <item name="motorway" ru.name="motorway" icon="motorway.png" type="way">
                                <key key="highway" value="motorway" />
                        </item>
                        
                        <item name="trunk" ru.name="trunk" icon="trunk.png" type="way">
                                <key key="highway" value="trunk" />
                        </item>
                        
                        <item name="primary" ru.name="primary" icon="primary.png" type="way">
                                <key key="highway" value="primary" />
                        </item>
                        
                        <item name="secondary" ru.name="secondary" icon="secondary.png" type="way">
                                <key key="highway" value="secondary" />
                        </item>
                        
                        <item name="tertiary" ru.name="tertiary" icon="tertiary.png" type="way">
                                <key key="highway" value="tertiary" />
                        </item>
                        
                        <item name="unclassified" ru.name="unclassified" icon="unclassified.png" type="way">
                                <key key="highway" value="unclassified" />
                        </item>
                        
                        <item name="residential" ru.name="residential" icon="residential.png" type="way">
                                <key key="highway" value="residential" />
                        </item>
                        
                        <item name="service" ru.name="service" icon="service.png" type="way">
                                <key key="highway" value="service" />
                        </item>
                        
                        <item name="track" ru.name="track" icon="track.png" type="way">
                                <key key="highway" value="track" />
                        </item>
                        
                        <item name="footway" ru.name="footway" icon="footway.png" type="way">
                                <key key="highway" value="footway" />
                        </item>
                        
                        <item name="path" ru.name="path" icon="path.png" type="way">
                                <key key="highway" value="path" />
                        </item>
                        
                        <item name="steps" ru.name="steps" icon="steps.png" type="way">
                                <key key="highway" value="steps" />
                        </item>
                </group>
                
                <group name="surface=*" icon="asphalt.png">
                        <item name="asphalt" ru.name="асфальт" icon="asphalt.png" type="way">
                                <key key="surface" value="asphalt" />
                        </item>
                        
                        <item name="concrete" ru.name="бетон" icon="concrete.png" type="way">
                                <key key="surface" value="concrete" />
                        </item>
                        
                        <item name="paving_stones" ru.name="брусчатка" icon="paving_stones.png" type="way">
                                <key key="surface" value="paving_stones" />
                        </item>
                        
                        <item name="gravel" ru.name="гравий" icon="gravel.png" type="way">
                                <key key="surface" value="gravel" />
                        </item>
                        
                        <item name="wood" ru.name="дерево" icon="wood.png" type="way">
                                <key key="surface" value="wood" />
                        </item>
                        
                        <item name="dirt" ru.name="земля" icon="dirt.png" type="way">
                                <key key="surface" value="ground" />
                        </item>
                        
                        <item name="sand" ru.name="песок " icon="sand.png" type="way">
                                <key key="surface" value="sand" />
                        </item>
                        
                        <item name="grass" ru.name="трава" icon="grass.png" type="way">
                                <key key="surface" value="grass" />
                        </item>
                </group>
                
                <group name="additional" ru.name="дополнительно" icon="bridge.png">
                        <item name="bridge" ru.name="мост" icon="bridge.png" type="way">
                                <key key="bridge" value="yes" />
                                <key key="layer" value="1" />
                        </item>
                        
                        <item name="tunnel" ru.name="тоннель" icon="tunnel.png" type="way">
                                <key key="tunnel" value="yes" />
                                <key key="layer" value="-1" />
                        </item>
                </group>
        </group>
</presets>

Presets_Quick-highways-preset.xml, Presets_Quick-highways.zip

Attachments (43)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.