[es_norte] OpenLayers load geojson
Pablo Belay Fernández
pbelay en gmail.com
Jue Mar 7 12:29:36 PST 2013
Buenas,
estoy intentando cargar un mapa en openlayers con origen de datos un
servicio en geojson que proviene de un geoserver. El problema es que no
consigo cargar la información..
El codigo sería:
var protocol_estacions = new OpenLayers.Protocol.WFS({
url: "http://localhost:8082/geoserver/wfs",
featureNS: "http://localhost:8080/xeopesca",
featureType: "estacion",
outputFormat: 'json',
readFormat: new OpenLayers.Format.GeoJSON()
});
var estacions_json = new OpenLayers.Layer.Vector("Estacións JSON", {
strategies: [new OpenLayers.Strategy.Fixed()],
protocol: protocol_estacions,
style: {strokeColor: "green", strokeWidth: 5, strokeOpacity: 0.5},
projection: new OpenLayers.Projection("EPSG:900913")
});
map.addLayer(estacions_json);
*Me podeis echar una mano?? Me podeis pasar un ejemplo que funcione?*
*
*
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.osgeo.org/pipermail/es_norte/attachments/20130307/3433c502/attachment.html>
More information about the es_norte
mailing list