Changeset 31066 in osm


Ignore:
Timestamp:
2015-03-28T19:07:55+01:00 (10 years ago)
Author:
donvip
Message:

[josm_tag2link] fix #josm10970 - add link for Mapillary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml

    r31064 r31066  
    22<!--
    33//    JOSM tag2link plugin.
    4 //    Copyright (C) 2011-2014 Don-vip & FrViPofm
     4//    Copyright (C) 2011-2015 Don-vip & FrViPofm
    55//
    66//    This program is free software: you can redistribute it and/or modify
     
    5353        </rule>
    5454    </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
    5663    <!-- Only for France -->
    5764   
     
    181188    <src name="MemorialGenWeb" country-code="FR">
    182189        <rule>
    183             <condition k="ref:(FR:)?MemorialGenWeb" v="[0-9]*" />
     190            <condition k="ref:(FR:)?MemorialGenWeb" v="[0-9]+" />
    184191            <link name="View %name% sheet of memorial" href="http://www.memorial-genweb.org/~memorial2/html/fr/resultcommune.php?idsource=%v%" />
    185192        </rule>
Note: See TracChangeset for help on using the changeset viewer.