diff --git a/admin/admin.db b/admin/admin.db index 1fcbccd..2211a99 100644 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/ferramentas/analisageometrias/template_mst.html b/ferramentas/analisageometrias/template_mst.html index b422e37..a20bfdd 100644 --- a/ferramentas/analisageometrias/template_mst.html +++ b/ferramentas/analisageometrias/template_mst.html @@ -61,7 +61,7 @@
{{{perimetro}}}:
+{{{operacaoGeom2}}}:
+ +
{{{operacaoGeom3}}}:
+ +
{{{ajuda3}}} diff --git a/interface/osmdebug.htm b/interface/osmdebug.htm index be0649d..1825501 100755 --- a/interface/osmdebug.htm +++ b/interface/osmdebug.htm @@ -210,7 +210,13 @@ url : "http://tile.openstreetmap.org/${z}/${x}/${y}.png" }) }); - i3GEO.Interface.openlayers.LAYERSADICIONAIS = [osm]; + tdb = new ol.layer.Tile({ + source: new ol.source.TileDebug({ + projection: 'EPSG:3857', + tileGrid: new ol.source.OSM().getTileGrid() + }) + }); + i3GEO.Interface.openlayers.LAYERSADICIONAIS = [osm,tdb]; /* diff --git a/js/interface.js b/js/interface.js index 19b15df..a6fe23c 100755 --- a/js/interface.js +++ b/js/interface.js @@ -953,6 +953,9 @@ i3GEO.Interface = // precisa disso? // i3GEO.Interface.openlayers.parametrosView.extent = ol.proj.get('EPSG:4326').getExtent(); } + else{ + i3GEO.Interface.openlayers.parametrosView.projection = "EPSG:3857"; + } i3GEO.Interface.openlayers.parametrosMap.view = new ol.View(i3GEO.Interface.openlayers.parametrosView); i3GEO.Interface.openlayers.parametrosMap.interactions = i3GEO.Interface.openlayers.interacoes; // -- libgit2 0.21.2