[es_norte] OpenLayers load geojson

Pablo Belay Fernández pbelay en gmail.com
Dom Oct 6 04:12:23 PDT 2013


A solución a este problema sería
[image: Imágenes integradas 1]


El 7 de marzo de 2013 21:29, Pablo Belay Fernández <pbelay en gmail.com>escribió:

> 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/20131006/21e22b23/attachment-0001.html>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 21208 bytes
Desc: no disponible
URL: <http://lists.osgeo.org/pipermail/es_norte/attachments/20131006/21e22b23/attachment-0001.png>


More information about the es_norte mailing list