Index: /applications/editors/josm/plugins/pointInfo/README.md
===================================================================
--- /applications/editors/josm/plugins/pointInfo/README.md	(revision 34215)
+++ /applications/editors/josm/plugins/pointInfo/README.md	(revision 34216)
@@ -20,5 +20,5 @@
 ## Websites
 
- * OSM wiki - not available yet
+ * [OSM wiki](https://wiki.openstreetmap.org/wiki/JOSM/Plugins/pointinfo)
  * [JOSM svn](https://trac.openstreetmap.org/browser/subversion/applications/editors/josm/plugins/pointInfo)
  * [Github](https://github.com/mkyral/josm-pointInfo)
Index: /applications/editors/josm/plugins/pointInfo/build.xml
===================================================================
--- /applications/editors/josm/plugins/pointInfo/build.xml	(revision 34215)
+++ /applications/editors/josm/plugins/pointInfo/build.xml	(revision 34216)
@@ -3,5 +3,5 @@
 
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="PointInfo: Add Spanish Cadastre Web Services module. Patch by Javier Sánchez Portero."/>
+    <property name="commit.message" value="PointInfo: Adds a link to photo metadata in Catastro module. Patch by Javier Sánchez Portero."/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="12666"/>
Index: /applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroRecord.java
===================================================================
--- /applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroRecord.java	(revision 34215)
+++ /applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/catastro/CatastroRecord.java	(revision 34216)
@@ -32,4 +32,5 @@
     public static final String cURL = "http://www.catastro.meh.es/";
     public static final String cSource = "Dirección General del Catastro";
+    public static final String eURL = "https://www.verexif.com/ver.php?foto_file=&foto_url=";
 
     private ArrayList<JsonObject> errors;
@@ -133,5 +134,7 @@
             r.append("<b>Fotografía de fachada:</b> <a href=\"" 
                 + fURL + coord.getString("ref") + "\">"
-                + "Enlace a web de Catastro</a><br/><br/>");
+                + "Enlace a web de Catastro</a> (<a href=\""
+                + eURL + fURL + coord.getString("ref")
+                + "\">metadatos</a>)<br/><br/>");
         }
         if (errors.size() > 0) {
