Commit 6ddb32bbb141f4414a39e58e1bbdf587f160b5fb
1 parent
2caa2f56
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
ferramentas/confluence/index.js
@@ -192,6 +192,9 @@ i3GEOF.confluence = { | @@ -192,6 +192,9 @@ i3GEOF.confluence = { | ||
192 | Indica a confluência no mapa | 192 | Indica a confluência no mapa |
193 | */ | 193 | */ |
194 | mostraxy: function(xy){ | 194 | mostraxy: function(xy){ |
195 | + /* | ||
196 | + * @TODO nao funciona no OSM | ||
197 | + */ | ||
195 | if(i3GEO.Interface.ATUAL === "googleearth" || i3GEO.Interface.openlayers.googleLike === true) | 198 | if(i3GEO.Interface.ATUAL === "googleearth" || i3GEO.Interface.openlayers.googleLike === true) |
196 | {return;} | 199 | {return;} |
197 | var box = $i("pinconf"), | 200 | var box = $i("pinconf"), |