Re: [OpenLayers-Users] show/hide WFS layer without multiple WFS requests

2009-05-26 Thread Kris Geusebroek
Hi Pere, I don't know which version you use but i'm successfully using the 2.8 rc3 version with a vector layer, a bbox strategie and a wfs protocol which when visibility is false doesn't fire reuests. I'm using refresh on the vector layer instead of redraw by the way If you need a code example

[OpenLayers-Users] Overlay on Google

2009-05-26 Thread moony
Hello, I have two baselayers. When I use basemap as baselayer, I could add the overlay, but with google as baselayer I got a error message Paramenter 'src' contains unacceptable value. The services are delivered by arcgis server 9.3. I cannot see my mistake. What did I forget? Below is my code.

Re: [OpenLayers-Users] ZoomToExtent works in Firefox, Safari and IE7, but not in IE6

2009-05-26 Thread sendeman
Hi All, Does anybody have any ideas that might be of help for the problem I described previously? Thanks a lot in advance for any help. If I didn't explain the problem well enough, please let me know, so I can clarify it. Best regards, Martijn Senden. sendeman wrote: Hi all, I'm

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

2009-05-26 Thread Linde Ackermans
Hi, An example for WMSCapabilities ( but I don't know how to expose all of the properties, like srs, etc...) Hope it is helpfull. !DOCTYPE html html head titleRead WMS Capabilities/title META http-equiv=Content-Type content=text/html; charset=UTF-8 script

Re: [OpenLayers-Users] IE6 GIF transparency issue

2009-05-26 Thread Linde Ackermans
Pete, I managed to do this in 2 different ways : 1. Use the alpha hack on .png var boundaries = new OpenLayers.Layer.WMS(Layer1, http://your-url;, { layers: 0,1,2 ,transparent: true ,srs: EPSG:3035 },

[OpenLayers-Users] MapGuide useHttpTile with IIS

2009-05-26 Thread gingerbbm
Dear all I've been goofing around with the new useHttpTile flag to allow direct access to pre-generated MapGuide tiles and it's brilliant - so thanks to all those who have contributed. Although I'm successfully accessing the tiles via HTTP, I now need to implement a custom 404 in IIS to redirect

Re: [OpenLayers-Users] MapGuide useHttpTile with IIS

2009-05-26 Thread Zac Spitzer
try googling IIS errordocument :) but I would suggest try using nginx rather than IIS, it's wyy faster querystring was added to allow additional params to be passed, as noted in http://trac.openlayers.org/ticket/1622 z On Tue, May 26, 2009 at 8:34 PM, gingerbbm stuart.jo...@jacobs.com wrote:

Re: [OpenLayers-Users] MapGuide useHttpTile with IIS

2009-05-26 Thread gingerbbm
Under ticket 1622 which you linked to it says To support on-the-fly generation, the querystring should also include the name of the mapdefiniton. Presumably this is as opposed to hard-coding this information in the redirect PHP script? -- View this message in context:

Re: [OpenLayers-Users] Check and uncheck layers

2009-05-26 Thread Christopher Schmidt
On Tue, May 26, 2009 at 01:34:51PM +1000, Peter Dawn wrote: hi everyone, this is related to the plus sign on my open layer which i use to hide and unhide layers. after i have unchecked a layer and i re-check it, the layer is a bit off on the google map. i mean the layer isn't exactly at the

[OpenLayers-Users] WFS-T example won't work because of error in gears_init.js line 51

2009-05-26 Thread Barbara Fiederer
Hi out there, I'm new to OpenLayers, so this might be an easy problem, but I can't get it solved on my own. At the moment I try to understand the examples on the OpenLayers.org-Site and to adjust them to my data. The easier ones worked out fine. But now I cannot get a WFS-T example to work. I

Re: [OpenLayers-Users] WFS-T example won't work because of error in gears_init.js line 51

2009-05-26 Thread Eric Lemoine
On Tue, May 26, 2009 at 2:57 PM, Barbara Fiederer barbara.fiede...@web.de wrote: Hi out there, I'm new to OpenLayers, so this might be an easy problem, but I can't get it solved on my own. At the moment I try to understand the examples on the OpenLayers.org-Site and to adjust them to my

[OpenLayers-Users] Problems with WMS filter

2009-05-26 Thread Micho Gar
Hi to all, I have a strange problem in my application. I have 2 WMS layers, make with the next code: var Servicios = new OpenLayers.Layer.WMS( Servicios, http://localhost:8080/geoserver/wms;, { layers:

[OpenLayers-Users] seeking more degrees of freedom when modifying rectangle feature

2009-05-26 Thread stephane.poirier
Hi All, To modify a feature, I currently use the drawcontrols code here below. When I have rectangle feature, I would like to have more flexibility when resizing (i.e. proportions not conserved). Do I have to switch to another type of feature to have more dregree of freedom when modifying the

[OpenLayers-Users] Comparision between MapServer/OpenLayers and ESRI ArcIMS

2009-05-26 Thread Bill Thoen
I need to make a case for developing a map and data server using Open Source software such as MapServer, Open Layers, PostgereSQL/PostGIS to counter a proposal to go with ESRI's solutions. The client who this would be directed to manages a lot of land parcels on which some development is

Re: [OpenLayers-Users] Comparision between MapServer/OpenLayers and ESRI ArcIMS

2009-05-26 Thread Christopher Schmidt
On Tue, May 26, 2009 at 02:50:36PM -0600, Bill Thoen wrote: I need to make a case for developing a map and data server using Open Source software such as MapServer, Open Layers, PostgereSQL/PostGIS to counter a proposal to go with ESRI's solutions. The client who this would be directed to

[OpenLayers-Users] Invalid argument. OpenLayers.js, line 599 character 110 version 2.8 rc2

2009-05-26 Thread stephane.poirier
Hi All, Running my code in IE80, I get an Invalid argument in OpenLayers-2-8rc2_OpenLayers.js, line 599 character 110 (right after var style=document.createStyleSheet(); and before using style). Burn when I turn IE80 compatibility mode, it all works as fine as when using Mozilla Firefox.

[OpenLayers-Users] Background image on a vector

2009-05-26 Thread Adam Eskreis
Is it possible to put a background image to a vector? Also, is there a list somewhere of all the viable style keys for vectors? I can't seem to find it in the OpenLayers documentation. Thank you -Adam ___ Users mailing list Users@openlayers.org

Re: [OpenLayers-Users] Background image on a vector

2009-05-26 Thread Paul Spencer
I'm just playing with this too ... all the styles that you can set are listed at the bottom of Layer/Vector.js It is possible to specify a backgroundGraphic but I don't know if it only applies if you are using an externalGraphic or if it will be rendered for all vectors. Cheers Paul On

[OpenLayers-Users] Fwd: Check and uncheck layers

2009-05-26 Thread Peter Dawn
Hi Chris, Am attaching my file. Could you please advise me on what could be wrong here. if i check and uncheck layers, my layers are off. Thanks. ?xml version=1.0 encoding=UTF-8? !DOCTYPE HTML PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN DTD/xhtml1-strict.dtd html

Re: [OpenLayers-Users] Fwd: Check and uncheck layers

2009-05-26 Thread Eric Lemoine
On Wed, May 27, 2009 at 6:24 AM, Peter Dawn peted...@gmail.com wrote: Hi Chris, Am attaching my file. Could you please advise me on what could be wrong here. if i check and uncheck layers, my layers are off. Thanks. Hi, you must use sphericalMercator if you want overlays atop Google layers.

Re: [OpenLayers-Users] Problems with WMS filter

2009-05-26 Thread Eric Lemoine
On Tue, May 26, 2009 at 5:31 PM, Micho Gar micho...@gmail.com wrote: Hi to all, I have a strange problem in my application. I have 2 WMS layers, make with the next code: Hi, you must use sphericalMercator if you want overlays atop Google layers. See

Re: [OpenLayers-Users] ZoomToExtent works in Firefox, Safari and IE7, but not in IE6

2009-05-26 Thread Adam Eskreis
IE6 compatibility is a mess, no matter what you are dealing with. I feel your pain. My first suggestion would be to try to convince your client that IE6 compatibility is unnecessary. If that fails, try to find something that works with IE6. Anything. Do whatever you can to get it to work.