Changeset 35036 in osm


Ignore:
Timestamp:
2019-06-19T19:35:09+02:00 (6 years ago)
Author:
klumbumbus
Message:

fix #josm17828 - link to ref:ruian:building and fix indentation

File:
1 edited

Legend:

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

    r34854 r35036  
    152152
    153153    <src name="IGN" country-code="FR">
    154                 <!--
    155                 http://geodesie.ign.fr/fiches/index.php?module=e&action=fichepdf&source=carte&sit_no=4509302&geo_cid=0&lambda=1.90024744&phi=48.03041621
    156                 -->
     154        <!--
     155        http://geodesie.ign.fr/fiches/index.php?module=e&action=fichepdf&source=carte&sit_no=4509302&geo_cid=0&lambda=1.90024744&phi=48.03041621
     156        -->
    157157        <rule>
    158158            <condition k="man_made" v="survey_point" />
     
    226226    </src>
    227227
    228         <!-- RCE, Dutch heritage authority -->
    229 
    230         <src name="rce" country-code="NL">
    231             <rule>
    232                 <condition k="ref:rce" />
    233                 <link name="RCE website" href="https://cultureelerfgoed.nl/monumenten/%v%" />
    234             </rule>
    235         </src>
     228    <!-- RCE, Dutch heritage authority -->
     229
     230    <src name="rce" country-code="NL">
     231        <rule>
     232            <condition k="ref:rce" />
     233            <link name="RCE website" href="https://cultureelerfgoed.nl/monumenten/%v%" />
     234        </rule>
     235    </src>
    236236
    237237    <!-- BAG - Buildings in The Netherlands -->
     
    244244    </src>
    245245
     246    <!-- reference id number of the building in the RUIAN database of properties of the Czech Republic -->
     247
     248    <src name="Czech RUIAN" country-code="CZ">
     249        <rule>
     250            <condition k="ref:ruian:building" v="[0-9]+" />
     251            <link name="View %name% object detail" href="https://vdp.cuzk.cz/vdp/ruian/stavebniobjekty/%v%" />
     252        </rule>
     253    </src>
    246254</tag2link>
Note: See TracChangeset for help on using the changeset viewer.