Commit 64bbf05953b508a23bd4a54663bd1960e6ec50e4
1 parent
828e5e13
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
mashups/openlayers.js.php
... | ... | @@ -398,7 +398,7 @@ i3GEOOL = { |
398 | 398 | displayClass: "identifica", |
399 | 399 | eventListeners: { |
400 | 400 | getfeatureinfo: function(event) { |
401 | - var lonlat = i3GEOOL.mapa.getLonLatFromPixel(event.xy); | |
401 | + var lonlat = i3GEOOL.mapa.getLonLatFromPixel(event.xy); | |
402 | 402 | var lonlattexto = "<hr><pre><span style=color:blue;cursor:pointer onclick='i3GEOOL.captura(\""+lonlat.lon+","+lonlat.lat+"\")'>captura</span></pre>"; |
403 | 403 | i3GEOOL.mapa.addPopup(new OpenLayers.Popup.FramedCloud( |
404 | 404 | "chicken", | ... | ... |