Ticket #4596: route_name_preset.xml

File route_name_preset.xml, 543 bytes (added by matthijs, 4 months ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
3 author="Matthijs Kooijman"
4 version="1.0"
5 shortdescription="Route name preset"
6 description="">
7
8 <!-- This preset exists only to assign a name to routes -->
9 <item name="Route Name" type="relation"
10 name_template="?{'{route} '|''}{type} ?{'{special:localName}' | '{ref}' | '{from}-{to}' | 'from {from}' | 'to {to}' | '{note}' | '{special:id}'}"
11 name_template_filter="(type=route | type=superroute)"
12 />
13</presets>