Re: [OpenLayers-Users] SelectFeature deactivate and VML renderer

2009-04-16 Thread Kris Geusebroek
Hi Andreas, It works. Thanks for solving this on such short notice. Is this patch coming with the 2.8 release? Otherwise I have to incorporate it in my own changes. Cheers Kris -Original Message- From: Andreas Hocevar [mailto:ahoce...@opengeo.org] Sent: Wednesday, April 15, 2009 3:20

Re: [OpenLayers-Users] SelectFeature deactivate and VML renderer

2009-04-16 Thread Eric Lemoine
On Thu, Apr 16, 2009 at 8:16 AM, Kris Geusebroek kgeusebr...@xebia.com wrote: Hi Andreas, It works. Thanks for solving this on such short notice. Is this patch coming with the 2.8 release? Otherwise I have to incorporate it in my own changes. It is coming with 2.8 yes. -- Eric Lemoine

Re: [OpenLayers-Users] clientside

2009-04-16 Thread Arnaud Morvan
I don't understand why you speak about MapServer binaries maintenance. It is not a vital need to compile MapServer regularly. Maybe you have to deploy on many servers. You can use MapServer to produce a Flash file with your map, but in this case you don't use OpenLayers, you have to develop

Re: [OpenLayers-Users] Mapserver and Openlayers - Pink Tiles

2009-04-16 Thread sendeman
Hi All, Thanks again for all your replies. I got some private replies to my questions here and even though I added users@openlayers.org to the replies I sent to the repliers to my initial question here, my e-mail didn't arrive at the mailinglist or on this forum. Is it possible to send

Re: [OpenLayers-Users] minScale maxScale on layer

2009-04-16 Thread toni hernández
hi, thanks for the answer. I saw the examples and It looks like minScale and maxScale refer either to the map object or third part layers. I tried this code (and several more) on a WMS Layer without any luck. I mean the layer is always visible. Also, when I execute getScale the values are quite

Re: [OpenLayers-Users] Mapserver and Openlayers - Pink Tiles

2009-04-16 Thread Arnd Wippermann
Hi, You have to tell OpenLayers, which layer(s) to request. Set the parameter 'layers' and you should also with OpenLayers get an image. layer = new OpenLayers.Layer.MapServer( Spoortunnel Delft, /geoviewerbin/mapserv.exe, {map: c:/osgeo4w/apps/geoviewer/maps/spoortunnel.map,

Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-04-16 Thread bartvde
Hi, normally you would use the GetCapabilities interface for this, and then parse it with OpenLayers.Format.WMSGetCapabilities. You need trunk for that though since it's not in 2.7. Best regards, Bart Hi, I need to get a list of all layers from wms service. So I can choose serveral of it

[OpenLayers-Users] Download image(bitmap)

2009-04-16 Thread Kwong Hu Kiu
Hi, Currently, I am using WMS service to display maps on openlayers. I am wondering if it's possible to allow users to download the bitmap(Map) they are seeing. Is it supported with openlayers ? or is it possible to use c# code and interact with openlayers javascript? Interacting c# and

Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-04-16 Thread Steve . Toutant
and see this http://openlayers.org/pipermail/users/2009-April/011158.html Steve Toutant, M. Sc. Analyste en géomatique Secteur environnement Direction des risques biologiques, environnementaux et occupationnels Institut national de santé publique du Québec 945, avenue Wolfe Québec, Qc G1V 5B3

Re: [OpenLayers-Users] minScale maxScale on layer

2009-04-16 Thread toni hernández
hi, it finally works! Just in case someone else needs it. The thing was that I use resolutions to define my map instead of scales. So I needed to use minResolution and maxResolution. As easy as that. Thanks to all! 2009/4/16 Arnd Wippermann arnd.wipperm...@web.de Hi, I use minScale and

Re: [OpenLayers-Users] How to get list of all Layers from a wms servoce?

2009-04-16 Thread George Mu'ammar
Hello list, Does anybody have a good sample regarding WMSCapabilities, WMSDescribeLayer and WMSGetFeatureInfo ? It would be very useful! Regards -- G. skype: geo-rge-118 twitter: geo_twit Quoting bart...@osgis.nl: Hi, normally you would use the GetCapabilities interface for this, and

[OpenLayers-Users] Zoom to selected features

2009-04-16 Thread Antonio Jose Silva (Toze)
Hi, I´m a newbie in openlayers and I’m trying to do a service with a map, where I make a selection and after that I want to zoom in to the selected feature. How can I make it, any help? Thank you in advance, Toze ___ Users mailing list