Re: [OpenLayers-Users] geojson - Performance issue

2010-01-06 Thread Arnd Wippermann
Gesendet: Mittwoch, 6. Januar 2010 17:10 An: Andreas Hocevar Cc: users@openlayers.org; users-boun...@openlayers.org Betreff: Re: [OpenLayers-Users] geojson - Performance issue Thanks for this alternative Andreas. I don't know much about sld but I read some threads and it seems to be the

Re: [OpenLayers-Users] geojson - Performance issue

2010-01-06 Thread Andreas Hocevar
ca>_ > __http://www.inspq.qc.ca_ <http://www.inspq.qc.ca/> > > > > > > > *Andreas Hocevar @openlayers.org* > Envoyé par : users-boun...@openlayers.org > > 06/01/2010 10:35 AM > > > A > users@openlayers.org > cc > >

Re: [OpenLayers-Users] geojson - Performance issue

2010-01-06 Thread Steve . Toutant
users-boun...@openlayers.org 06/01/2010 10:35 AM A users@openlayers.org cc Objet Re: [OpenLayers-Users] geojson - Performance issue Hi, 2000+ features is way too much for rendering in the browser. if you use mapserver already, then you can also query the layer as WMS layer, using sld_b

Re: [OpenLayers-Users] geojson - Performance issue

2010-01-06 Thread Andreas Hocevar
Hi, 2000+ features is way too much for rendering in the browser. if you use mapserver already, then you can also query the layer as WMS layer, using sld_body with a filter. If your query is complex, use Layer.WMS.Post instead of Layer.WMS to avoid urls that are too long for IE. Regards, Andreas.

[OpenLayers-Users] geojson - Performance issue

2010-01-06 Thread Steve . Toutant
Hi, I created a WMS (mapserver) layer containing 13400 polygons. It loads in less then 3 seconds. Good. I need to develop a tool for the user so he can create a custom query on this layer to retreive specific polygons. In a form, the user select the parameters and launch the request. Here is th