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 34168)
+++ 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) {
