[Portugal] openlayers instalado
Pedro Costa
pedrocostaarma sapo.pt
Quarta-Feira, 30 de Novembro de 2011 - 08:34:54 EST
Mesmo assim não consigo visualizar nada.
O ficheiro html que escrevi é assim:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>O meu primeiro mapa</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="/openlayers/lib/OpenLayers.js" type="text/javascript"></script>
<script type="text/javascript">
var map;
function init() {
map = new OpenLayers.Map({
div: "map",
allOverlays: true
});
var osm = new OpenLayers.Layer.OSM();
var gmap = new OpenLayers.Layer.Google("Google Streets",
{visibility: false});
// note that first layer must be visible
map.addLayers([osm, gmap]);
map.addControl(new OpenLayers.Control.LayerSwitcher());
map.zoomToMaxExtent();
}
</script>
</head>
<body onload='init();'>
<h1>Mapa mundo</h1>
<div id='map' style='width: 500px; height: 500px;'>
</div>
</body>
</html>
COnsegue detectar algum erro?
Obrigado
On 30-11-2011 09:57, Giovanni Manghi wrote:
>> 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...
>
> http://openlayers.org/dev/examples/
>
> escolhe um exemplo e depois da uma vista de olhos ao codigo da pagina...
>
>
>
>
>
> _______________________________________________
> Portugal mailing list
> Portugal lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/portugal
-------------- próxima parte ----------
Um anexo em HTML foi limpo...
URL: http://lists.osgeo.org/pipermail/portugal/attachments/20111130/6310bd80/attachment.html
Mais informações acerca da lista Portugal