Changeset 26932 in osm for applications/editors
- Timestamp:
- 2011-10-22T22:23:58+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/tag2link
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml
r26921 r26932 86 86 </source> 87 87 88 <source name="CEF" country-code="FR"> 89 <rule> 90 <condition k="ref:CEF" v="[A-Z0-9_]{8}" /> 91 <link name="View %name% sheet of church" href="http://www.messesinfo.catholique.fr/public/fiche.php?valcode=%v%" /> 92 </rule> 93 </source> 94 88 95 </tag2link> -
applications/editors/josm/plugins/tag2link/src/org/openstreetmap/josm/plugins/tag2link/Tag2LinkPlugin.java
r26922 r26932 28 28 * Main class of tag2links plugin. 29 29 * @author Don-vip 30 * @version 0.1 30 * @version 0.1b 31 31 * History: 32 * 0.1 22-Oct-2011 first working prototype 32 * 0.1b 22-Oct-2011 add CEF rule (French christian churches) 33 * 0.1 22-Oct-2011 first working prototype 33 34 */ 34 35 public class Tag2LinkPlugin extends Plugin {
Note:
See TracChangeset
for help on using the changeset viewer.