Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-30 Thread Alex Brandsen
for(var i=1;ibounds.extend(features[i].geometry.getBounds()); >map.zoomToExtent(bounds,false); >} >else >alert('Bad input ' + type); > } > > function showResponseFailure(response) > { >alert(response); > } > > getGML(); > &g

Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-29 Thread Arnd Wippermann
0 14:43 An: Eric Lemoine Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] parsing a GML file into different layers Hi Eric, thanks for your reply. I probably need to use OpenLayers. Format.GML.read() , but how do I then split the a

Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-29 Thread Alex Brandsen
; *Von:* users-boun...@openlayers.org [mailto:users-boun...@openlayers.org] > *Im Auftrag von *Alex Brandsen > *Gesendet:* Sonntag, 27. Juni 2010 14:43 > *An:* Eric Lemoine > *Cc:* users@openlayers.org > *Betreff:* Re: [OpenLayers-Users] parsing a GML file into different layers > &g

Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-27 Thread Arnd Wippermann
2010 14:43 An: Eric Lemoine Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] parsing a GML file into different layers Hi Eric, thanks for your reply. I probably need to use OpenLayers. Format.GML.read() , but how do I then split the array it returns into different layers? Thanks, Alex

Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-27 Thread Alex Brandsen
Hi Eric, thanks for your reply. I probably need to use OpenLayers. Format.GML.read() , but how do I then split the array it returns into different layers? Thanks, Alex. On Sat, Jun 26, 2010 at 7:12 AM, Eric Lemoine wrote: > On Friday, June 25, 2010, Alex Brandsen wrote: > > Hi all, > > > > I'

Re: [OpenLayers-Users] parsing a GML file into different layers

2010-06-25 Thread Eric Lemoine
On Friday, June 25, 2010, Alex Brandsen wrote: > Hi all, > > I'm building a map of a medieval wallpainting, and the graffiti inscribed in > this wall, which can be found on www.thomasav.com/DurhamGraffiti/ (still > quite buggy though!). > I was wondering if there is a way for OpenLayers to dynam

[OpenLayers-Users] parsing a GML file into different layers

2010-06-25 Thread Alex Brandsen
Hi all, I'm building a map of a medieval wallpainting, and the graffiti inscribed in this wall, which can be found on www.thomasav.com/DurhamGraffiti/ (still quite buggy though!). I was wondering if there is a way for OpenLayers to dynamically turn features from a single GML file into seperate lay