Last active
August 17, 2019 14:53
-
-
Save niikoo/125b051f0291cbb2834e24d9e49d7a5e to your computer and use it in GitHub Desktop.
JOSM Presets NO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" shortdescription="JOSM Presets Norway" description="Presets used specifically in Norway" author="niikoo" version="0.1"> | |
<group name="Roads (NO)" no.name="Veier (NO)"> | |
<item name="Driveway" no.name="Innkjørsel / oppkjørsel" type="way"> | |
<key key="highway" value="service" /> | |
<key key="service" value="driveway" /> | |
</item> | |
</group> | |
</presets> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment