Commit 80d0eadbcfaa91cb52d3ad2f31698fc3ad73572d

Authored by Edmar Moretti
1 parent 94cea6b2

--no commit message

classesjs/geradordelinks.js
... ... @@ -66,7 +66,7 @@ for (var i = 0; i < scripts.length; i++) {
66 66 var allScriptTags = "";
67 67 var jsfiles = []
68 68 //jsfiles[0] = "i3geo_tudo_compacto.js.php"
69   -jsfiles[0] = "../pacotes/openlayers/OpenLayers.js"
  69 +jsfiles[0] = "../pacotes/openlayers/OpenLayers211.js.php"
70 70 for (var i = 0; i < jsfiles.length; i++)
71 71 {
72 72 var currentScriptTag = "<script src='" + scriptLocation + jsfiles[i] + "'></script>";
... ...
geradordelinks.htm
... ... @@ -120,7 +120,7 @@ Veja:
120 120 File: i3geo/geradordelinks.htm
121 121  
122 122 */
123   -
  123 +OpenLayers.ImgPath = "pacotes/openlayers/img/";
124 124 var g_locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo";
125 125 i3GEO.configura.locaplic = g_locaplic;
126 126 $i("bm1").innerHTML = i3GEO.social.bookmark(window.location.href);
... ...