<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Mesmo assim não consigo visualizar nada.<br>
O ficheiro html que escrevi é assim:<br>
<br>
<?xml version="1.0" encoding="UTF-8"?><br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd"><br>
<html xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/xhtml">"http://www.w3.org/1999/xhtml"</a>><br>
<head><br>
<title>O meu primeiro mapa</title><br>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" /><br>
<script src="/openlayers/lib/OpenLayers.js"
type="text/javascript"></script><br>
<script type="text/javascript"><br>
var map;<br>
<br>
function init() {<br>
<br>
map = new OpenLayers.Map({<br>
div: "map",<br>
allOverlays: true<br>
});<br>
<br>
var osm = new OpenLayers.Layer.OSM();<br>
var gmap = new OpenLayers.Layer.Google("Google Streets",
{visibility: false});<br>
<br>
// note that first layer must be visible<br>
map.addLayers([osm, gmap]);<br>
<br>
map.addControl(new OpenLayers.Control.LayerSwitcher());<br>
map.zoomToMaxExtent();<br>
<br>
}<br>
</script><br>
</head><br>
<body onload='init();'><br>
<h1>Mapa mundo</h1><br>
<div id='map' style='width: 500px; height: 500px;'><br>
</div><br>
</body><br>
</html><br>
<br>
<br>
<br>
COnsegue detectar algum erro?<br>
<br>
Obrigado<br>
<br>
<br>
<br>
<br>
<br>
<br>
On 30-11-2011 09:57, Giovanni Manghi wrote:
<blockquote cite="mid:1322647076.2225.32.camel@sibirica" type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">Podem dizer-me como posso ter a certeza se o openlayers está instalado?O
meu OS é a Geobox e estou a tentar criar um html com um mapa para
aprender, mas o mapa nunca chega a aparecer.
Não tenho nenhuma pasta chamada 'openlayers' em home...
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="http://openlayers.org/dev/examples/">http://openlayers.org/dev/examples/</a>
escolhe um exemplo e depois da uma vista de olhos ao codigo da pagina...
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Portugal mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Portugal@lists.osgeo.org">Portugal@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/portugal">http://lists.osgeo.org/mailman/listinfo/portugal</a>
</pre>
</blockquote>
<br>
</body>
</html>