Advertisement
Guest User

Untitled

a guest
Jan 31st, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1.  <translation>
  2.     <name>De Lijn</name>
  3.     <description>Creates links from references on bus stops of De Lijn</description>
  4.     <match mode="or">
  5.       <tag k="highway" v="bus_stop"/>
  6.       <tag k="public_transport" v="platform"/>
  7.     </match>
  8.     <tag k="operator" v="(.*;|^)De Lijn(;.*|$)"/>
  9.     <find>
  10.       <tag k="ref" v="([0-9]*)" match_id="dl_ref"/>
  11.     </find>
  12.     <output>
  13.       <copy-all/>
  14.       <tag from_match="dl_ref" k="url:delijn" v="http://mijnlijn.be/{0}"/>
  15.     </output>
  16.   </translation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement