Changeset 31066 in osm for applications/editors
- Timestamp:
- 2015-03-28T19:07:55+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml
r31064 r31066 2 2 <!-- 3 3 // JOSM tag2link plugin. 4 // Copyright (C) 2011-201 4Don-vip & FrViPofm4 // Copyright (C) 2011-2015 Don-vip & FrViPofm 5 5 // 6 6 // This program is free software: you can redistribute it and/or modify … … 53 53 </rule> 54 54 </src> 55 55 56 <src name="Mapillary"> 57 <rule> 58 <condition k="((ref|source):)?mapillary" v="[0-9a-zA-Z]+" /> 59 <link name="View %name% image" href="http://www.mapillary.com/map/im/%v%" /> 60 </rule> 61 </src> 62 56 63 <!-- Only for France --> 57 64 … … 181 188 <src name="MemorialGenWeb" country-code="FR"> 182 189 <rule> 183 <condition k="ref:(FR:)?MemorialGenWeb" v="[0-9] *" />190 <condition k="ref:(FR:)?MemorialGenWeb" v="[0-9]+" /> 184 191 <link name="View %name% sheet of memorial" href="http://www.memorial-genweb.org/~memorial2/html/fr/resultcommune.php?idsource=%v%" /> 185 192 </rule>
Note:
See TracChangeset
for help on using the changeset viewer.