<div dir="ltr">It is hard to predict on given information why you don't see the map. Do you have dom element with id="map", do you have width and height specified on that element in css, do you add layers to map, do you set some view to map (setCenter or setExtent)?<div>
<br></div><div>Don't you see map at all? No zoom controls etc. or just you do not see specified layers?</div><div><br></div><div>regards,</div><div>Mihkel</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-06-11 21:33 GMT+03:00 Franklin Garzón <span dir="ltr"><<a href="mailto:franklin.garzon@gtskybase.com" target="_blank">franklin.garzon@gtskybase.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Good day community, maybe any peple can help us with this.<br>
<br>
We can't to see the map with this version, what is wrong?  (thanks for your<br>
help)<br>
<br>
<br>
map = new OpenLayers.Map("map",{<br>
            projection: "EPSG:900913",<br>
        displayProjection: "EPSG:4326",<br>
                numZoomLevels: 19});<br>
<br>
var gwc = new OpenLayers.Layer.WMS(<br>
                "Global Imagery",<br>
                "<a href="http://maps.opengeo.org/geowebcache/service/wms" target="_blank">http://maps.opengeo.org/geowebcache/service/wms</a>",<br>
                {layers: "bluemarble"}<br>
            );<br>
<br>
var vmap = new OpenLayers.Layer.WMS(<br>
                                "Mapa Digital",<br>
<br>
"<a href="http://www.tracklink.ec:8080/cgi-bin/tilecache.py" target="_blank">http://www.tracklink.ec:8080/cgi-bin/tilecache.py</a>",<br>
                                {<br>
                                        layers: "basic",<br>
                                        reaspect: false,<br>
                                        format: 'image/png',<br>
                                        transparent: true<br>
                                },<br>
                                {<br>
                                        isBaseLayer: true,<br>
                                        numZoomLevels: 19,<br>
                                        singleTile: false,<br>
                                        ratio: 1,<br>
                                        buffer: 0,<br>
                                        displayInLayerSwitcher:true<br>
                                }<br>
                )<br>
<br>
Cordialmente,<br>
<br>
Franklin Garzón<br>
<br>
_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@lists.osgeo.org">Dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-dev</a><br>
</blockquote></div><br></div>