Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2010-05-03 Thread Paul james
e WMS server, I would suggest, that you > calculate the extent on other ways and adds it as array to your application. > > Arnd > > ------------------ > *Von:* Paul james [mailto:paulj...@gmail.com] > *Gesendet:* Montag, 3. Mai 2010 16:39 > *An:* Arnd Wippermann >

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2010-05-03 Thread Arnd Wippermann
WMS server, I would suggest, that you calculate the extent on other ways and adds it as array to your application. Arnd _ Von: Paul james [mailto:paulj...@gmail.com] Gesendet: Montag, 3. Mai 2010 16:39 An: Arnd Wippermann Cc: fsalas; users@openlayers.org Betreff: Re: [OpenLayers-

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2010-05-03 Thread Paul james
tStyles&Layers=Cuba > > to get a sld file for the layer defined by the mapfile . > > Arnd > > -- > *Von:* fsalas [mailto:fsa...@geocuba.cu] > *Gesendet:* Freitag, 18. September 2009 23:15 > > *An:* Arnd Wippermann > *Cc:* use

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread Arnd Wippermann
. September 2009 23:15 An: Arnd Wippermann Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer Arnd, Thanks very very much for your help, the map is show, as you said I forgot to insert a projection block. My finaly objetive is obtain one ma

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread fsalas
*** - Original Message ----- From: Arnd Wippermann To: 'fsalas' Sent: Friday, September 18, 2009 1:50 PM Subject: AW: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer Hi salas, as the mes

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread fsalas
Arnd, I don't Know why in WMS request ,the EPSG is different of 2085, Its EPSG:4326 - Original Message - From: "Arnd Wippermann" To: "'fsalas'" Sent: Friday, September 18, 2009 9:06 AM Subject: AW: [OpenLayers-Users] HELP!!! How implement Filter in

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread Arnd Wippermann
Hi salas, Move the METADATA block into the WEB block and (perhaps not needed, but reasonable) add the projection to the map and the layers. Then you should get a result (when your map extent matches the projection extent). Arnd ___ Users mailing list

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-18 Thread fsalas
; DATA "the_geom from carreteras USING UNIQUE gid" TYPE LINE TOLERANCE 3 CLASS NAME "Carretera" TEMPLATE "query.phtml" STYLE COLOR 0 0 0 OUTLINECOLOR 0 0 0 MINSIZE 1 MAXSIZE 100 END END END END #Fin del MapFile The problem persist Regards, sal

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-17 Thread Arnd Wippermann
eocuba.cu] Gesendet: Donnerstag, 17. September 2009 23:31 An: Arnd Wippermann Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer Wichtigkeit: Hoch Arnd, Thanks for yours answer, I was testing the example and I think that can be my solution but when i

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-17 Thread fsalas
or all requested layers ** Regards , salas - Original Message - From: "Arnd Wippermann" To: "'fsalas'" Cc: Sent: Wednesday, September 16, 2009 4:49 PM Subject: AW: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-16 Thread Arnd Wippermann
von fsalas Gesendet: Mittwoch, 16. September 2009 22:38 An: Ian Turton Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer Greetings Ian Turton. I´m was checking all that you send me, but I am not sure that it is my real problem. That you help me

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-16 Thread fsalas
Cc: "Andreas Hocevar" ; Sent: Tuesday, September 15, 2009 9:43 AM Subject: Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer > did you try not encoding the SLD in the function body? - it's possible > that it is being encoded twice and thus makes no sense at the

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-15 Thread Ian Turton
On Tue, Sep 15, 2009 at 12:00 PM, Andreas Hocevar wrote: > Use a javascript debugger like firebug to see which requests are issued. > Or try the GeoServer samples page to see if the request works with out OL, could help to determine where the problem is. Ian -- Ian Turton Sent from State Colle

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-15 Thread Andreas Hocevar
://www.w3.org/1999/xlink"; xlink:type="simple" > xlink:href="file:/D:/AppServ/www/SIGANAV/images/FV.gif"/>image/gif1.020.00.0 > transparent:'true' > } > ); >map.addLayers([Cuba,Sennales]); > > ************ ** > > > > ---

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-15 Thread fsalas
" xlink:href="file:/D:/AppServ/www/SIGANAV/images/FV.gif"/>image/gif1.020.00.0 transparent:'true' } ); map.addLayers([Cuba,Sennales]); ** - Original Message ----- From: "Ian Turton" To: "fsalas"

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-15 Thread Ian Turton
did you try not encoding the SLD in the function body? - it's possible that it is being encoded twice and thus makes no sense at the server end. -- Ian Turton Sent from State College, PA, United States ___ Users mailing list Users@openlayers.org http://

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-14 Thread Andreas Hocevar
Hi, see my suggestions inline. fsalas wrote: > thank you Andeas for your help, but I continue with some problems and > maybe you can be help me again. > >I do it this and nothing > >var bounds = new OpenLayers.Bounds( >-85.49711392680179, 19.65266328193469, >

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-14 Thread fsalas
thank you Andeas for your help, but I continue with some problems and maybe you can be help me again. I do it this and nothing var bounds = new OpenLayers.Bounds( -85.49711392680179, 19.65266328193469, -73.59119430594814, 23.44530772150158

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-12 Thread Arnd Wippermann
-boun...@openlayers.org] Im Auftrag von Andreas Hocevar Gesendet: Samstag, 12. September 2009 09:21 An: fsalas Cc: users@openlayers.org Betreff: Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer fsalas wrote: > Andreas, Thanks , but I am beginner and don't have information about

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-12 Thread Andreas Hocevar
an external sld file, you just need to replace sld_body with sld, and the value with the url of the sld file (from the perspective of your geoserver instance). Regards, Andreas. > > Best reggards, > Salas > > - Original Message - From: "Andreas Hocevar" >

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-11 Thread fsalas
); Best reggards, Salas - Original Message ----- From: "Andreas Hocevar" To: "fsalas" Cc: Sent: Thursday, September 10, 2009 1:42 PM Subject: Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer > fsalas wrote: >> >> In this time , I have o

Re: [OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-10 Thread Andreas Hocevar
fsalas wrote: > > In this time , I have openlayer 2.8 and be studying the filter.html > example. > > my question is > > 1. ¿ How I can use the WMS Layer with filter? > If you want to do it the OGC way, you have to add a SLD_BODY param with an SLD that contains the filter and the symbology you wa

[OpenLayers-Users] HELP!!! How implement Filter in WMS Layer

2009-09-10 Thread fsalas
In this time , I have openlayer 2.8 and be studying the filter.html example. my question is 1. ¿ How I can use the WMS Layer with filter? Best Regards ___ Dirección de Comunicaciones Grupo Empresarial GEOCUBA Este mensaje esta libre de virus. Revisado por Kas