[OpenLayers-Dev] .py is not oppened
Franklin Garzón
franklin.garzon at gtskybase.com
Wed Jun 11 11:33:24 PDT 2014
Good day community, maybe any peple can help us with this.
We can't to see the map with this version, what is wrong? (thanks for your
help)
map = new OpenLayers.Map("map",{
projection: "EPSG:900913",
displayProjection: "EPSG:4326",
numZoomLevels: 19});
var gwc = new OpenLayers.Layer.WMS(
"Global Imagery",
"http://maps.opengeo.org/geowebcache/service/wms",
{layers: "bluemarble"}
);
var vmap = new OpenLayers.Layer.WMS(
"Mapa Digital",
"http://www.tracklink.ec:8080/cgi-bin/tilecache.py",
{
layers: "basic",
reaspect: false,
format: 'image/png',
transparent: true
},
{
isBaseLayer: true,
numZoomLevels: 19,
singleTile: false,
ratio: 1,
buffer: 0,
displayInLayerSwitcher:true
}
)
Cordialmente,
Franklin Garzón
More information about the Dev
mailing list