Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-08 Thread Sveen Atle Frenvik (Geomatikk IKT)
*Von:* Robert Sanson [mailto:sans...@asurequality.com] *Gesendet:* Sonntag, 7. M�rz 2010 21:09 *An:* 'Hugo'; Arnd Wippermann *Cc:* users@openlayers.org *Betreff:* Re: [OpenLayers-Users] Make vector layer from JSON I am wrestling with a similar

Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-08 Thread Eric Lemoine
On Saturday, March 6, 2010, Hugo hfpmart...@gmail.com wrote: Hello all, I'm trying to create a vector layer based on a php query (which includes the_geom) encoded in JSON. Until the moment i haven't been able to achieve this. Following, is the relevant part of the code: var connect = new

Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-08 Thread Hugo
Thanks a lot for all the inputs you have given. In fact with GeoJSON everything goes smoothly. Cheers, Hugo On Mon, Mar 8, 2010 at 7:20 PM, Eric Lemoine eric.lemo...@camptocamp.comwrote: On Saturday, March 6, 2010, Hugo hfpmart...@gmail.com wrote: Hello all, I'm trying to create a vector

Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-07 Thread Robert Sanson
: Samstag, 6. März 2010 19:14 An: openlayers Betreff: [OpenLayers-Users] Make vector layer from JSON Hello all, I'm trying to create a vector layer based on a php query (which includes the_geom) encoded in JSON. Until the moment i haven't been able to achieve this. Following, is the relevant part

Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-07 Thread Arnd Wippermann
@openlayers.org Betreff: Re: [OpenLayers-Users] Make vector layer from JSON I am wrestling with a similar problem. I am trying to read in data coming from an ArcGIS Server in JSON format. Unfortunately, ArcGIS Server doesn't serve GeoJSON. Here is a sample of what the data looks like: { results

Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-07 Thread Stephen Woodbridge
[mailto:sans...@asurequality.com] *Gesendet:* Sonntag, 7. März 2010 21:09 *An:* 'Hugo'; Arnd Wippermann *Cc:* users@openlayers.org *Betreff:* Re: [OpenLayers-Users] Make vector layer from JSON I am wrestling with a similar problem. I am trying to read in data coming from an ArcGIS Server in JSON

[OpenLayers-Users] Make vector layer from JSON

2010-03-06 Thread Hugo
Hello all, I'm trying to create a vector layer based on a php query (which includes the_geom) encoded in JSON. Until the moment i haven't been able to achieve this. Following, is the relevant part of the code: var connect = new Ext.data.Connection(); connect.request({ url:

Re: [OpenLayers-Users] Make vector layer from JSON

2010-03-06 Thread Arnd Wippermann
] Make vector layer from JSON Hello all, I'm trying to create a vector layer based on a php query (which includes the_geom) encoded in JSON. Until the moment i haven't been able to achieve this. Following, is the relevant part of the code: var connect = new Ext.data.Connection(); connect.request