diff --git a/interface/black_ol.htm b/interface/black_ol.htm
index 3c5f4f4..8108b8c 100755
--- a/interface/black_ol.htm
+++ b/interface/black_ol.htm
@@ -162,7 +162,19 @@
i3GEO.janela.TRANSICAOSUAVE = true;
OpenLayers.ImgPath = "../pacotes/openlayers/img/";
+ //desliga a camada com o mapa mundi
+ i3GEO.configura.mashuppar = "&desligar=mundo";
+ //se vc nao quer o fundo, mude visibility true para false
(function() {
+ var eng = new OpenLayers.Layer.ArcGIS93Rest(
+ "ESRI National Geographic",
+ "http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/export",
+ {
+ format : "jpeg"
+ }, {
+ isBaseLayer : true,
+ visibility : true
+ });
var oce = new OpenLayers.Layer.ArcGIS93Rest(
"ESRI Ocean Basemap",
"http://server.arcgisonline.com/ArcGIS/rest/services/Ocean_Basemap/MapServer/export",
@@ -213,7 +225,7 @@
visibility : false
});
- i3GEO.Interface.openlayers.LAYERSADICIONAIS = [ oce, ims, wsm, tms,
+ i3GEO.Interface.openlayers.LAYERSADICIONAIS = [ eng, oce, ims, wsm, tms,
bra ];
})();
i3GEO.inicia();
diff --git a/interface/openlayersdebug.htm b/interface/openlayersdebug.htm
index 514e447..4c3f745 100644
--- a/interface/openlayersdebug.htm
+++ b/interface/openlayersdebug.htm
@@ -15,8 +15,9 @@
padding-right: 4px;
top: 2em;
}
+
.ol-zoomslider {
- top : 6em;
+ top: 6em;
}
@@ -111,7 +112,7 @@
-
@@ -179,11 +180,22 @@
//indica se a opcao de navegacao nas pastas do servidor sera ativada
i3GEO.arvoreDeTemas.OPCOESADICIONAIS.navegacaoDir = true;
i3GEO.janela.TRANSICAOSUAVE = true;
-
+ //desliga a camada com o mapa mundi
+ i3GEO.configura.mashuppar = "&desligar=mundo";
(function() {
+
+ var eng = new ol.layer.Tile({
+ title : "ESRI National Geographic",
+ visible : true,
+ isBaseLayer : true,
+ name : "eng",
+ source : new ol.source.TileArcGISRest({
+ url : "http://server.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer",
+ })
+ });
var bou = new ol.layer.Tile({
title : "Relevo",
- visible : true,
+ visible : false,
isBaseLayer : true,
preload : 0,
name : "bou",
@@ -252,7 +264,7 @@
})
});
i3GEO.Interface.openlayers.LAYERSADICIONAIS = [
- bou, oce, ims, wsm, bra, tms
+ eng, bou, oce, ims, wsm, bra, tms
];
})();
i3GEO.inicia();
diff --git a/pacotes/cesium/teste.html b/pacotes/cesium/teste.html
index 306baf5..7b8fba4 100644
--- a/pacotes/cesium/teste.html
+++ b/pacotes/cesium/teste.html
@@ -39,7 +39,8 @@
}
);
// Add a WMS imagery layer
- var imageryLayers = viewer.imageryLayers;
+
+ var imageryLayers = viewer.imageryLayers;
imageryLayers.addImageryProvider(new Cesium.WebMapServiceImageryProvider({
url : 'http://localhost/i3geo/ogc.php',
layers : '_lbiomashp',
@@ -49,7 +50,7 @@
}
}));
- //viewer.dataSources.add(Cesium.KmlDataSource.load('http://localhost/ms_tmp/tme1431562949.kmz'))
+ //viewer.dataSources.add(Cesium.KmlDataSource.load('http://localhost/i3geo/aplicmap/dados/teste3d.kmz'))