[OpenLayers-Users] getCapabilities multithread

2010-05-19 Thread Florent Gravin
Hi, i launch about 15 getCapabilities request before loading my map application. i use GeoExt.data.WMSCapabilitiesStore and the proxy.cgi of openlayers in my url param to load my store. item.layersStore = new GeoExt.data.WMSCapabilitiesStore({ url: '/cgi-bin/proxy.cgi?url=', baseParams: { url

Re: [OpenLayers-Users] Layer SLD param path (relative?)

2010-04-21 Thread Florent Gravin
but with no results.. i couldn't find where the alias wms is configured, and the folder it's linked to.. thanks to guide me in which specific folder of geoserver i have to pu my SLD file regards, flo - Original Message - From: "Andreas Hocevar" To: "Florent

[OpenLayers-Users] Layer SLD param path (relative?)

2010-04-21 Thread Florent Gravin
Hi, i'm using param SLD like this : wmsLayer = new OpenLayers.Layer.WMS( 'layer', 'http://localhost:8080/geoserver/wms', { layers: 'ns:mylayer', transparent: true, sld: 'http://localhost/geo/mySLD.sld' },{ transitionEffect: 'resize',opacity:1 } ); it works fine, but only in the case wh

Re: [OpenLayers-Users] Problems with SLD_BODY

2010-01-29 Thread Florent Gravin
Layer.WMS.Post gives me very strange behavior on my layer (with FireFox) : - first the layer is white - then layer appears - when i move the map, everything around the map is moving like an earthquake... i can't use it =) i will use sld param instead, but it's a pity thks - Original Messag

[OpenLayers-Users] keep map displayed when loading on zoom

2009-08-27 Thread Florent Gravin
Hi, Is there a way to keep the map displayed when you zoom (with bad resolution) until the new tiles with a better resolution are loaded. Like for exemple in Google Map where you NEVER have white map because data are loading.. i think we can't with opelayers... do you think we will soon ? what

Re: [OpenLayers-Users] Swipe

2009-07-01 Thread florent . gravin
> On Wed, Jul 1, 2009 at 4:04 AM, floflo wrote: >> >> Hi, >> >> is there a way to realise a swipe with 2 different images in openlayers >> in >> order to compare them ? (like in Erdas) >> >> the process of the swap is : 2 layered images (vector or raster), one no >> transparent on another, and you

[OpenLayers-Users] WMS with Argis Server Tiled/Pyramid layer

2009-05-12 Thread Florent Gravin
Hello, i have an arcgis server which export WMS services.. i can connect to them with simple new Openlayers.WMS().. (i don't want to use rest api for now cos i mixe my map with geoserver wms also) but one of the arcgis server service export a map (tiled and pyramid) with different resolutions d

Re: [OpenLayers-Users] WFS - legend

2009-04-06 Thread Florent Gravin
htks for reply GetLegendGraphic gives the legend of a WMS, the one specified in the SLD of the WMS layer, or the one in the SLD given in the url paremeter... I would like a legend for WFS, which have no SLD, but only style and styleMap definition - Original Message - From: "Alexander P

Re: [OpenLayers-Users] dynamic SLD for WMS layer

2009-04-01 Thread Florent Gravin
hey, could you share the peace of code you use to generate your SLD ? anyway, i'm quite sure i saw somewhere exemple to "how add new filter in an existing sld", on the fly, with openlayers commands, but i can't find where again. thks for help - Original Message - From: "Brad Spencer"

Re: [OpenLayers-Users] Display Point from Polygon WFS

2009-04-01 Thread Florent Gravin
I use PostGIS database, and then, geoserver. for exemple, i have a table called "countries", with population, density attribues, whom geometry is polygon. if i understand, you suggest to create a new table "countries_point" from countries, using ST_Centroid to get point as the geom column, and d