[OpenLayers-Users] openlayers not showing image

2010-03-01 Thread sunny74
I have an image in my file system.The image is to be shown repeatedly in a map at different positions(lonlat) bec' it is a tracking. But openlayers is unable to retrieve the png file from the location and show it on the map. When I put the path directly in a browser(IE or Firefox) I see the image

Re: [OpenLayers-Users] text markers

2010-03-01 Thread Eric Lemoine
On Monday, March 1, 2010, Karina Guardado wrote: > Hi, > > Is there a way to change the box of a text layer maker to one that has a > close option like other popups. I mean when I click on one marker a box is > opened but there is not option to close it just click again in the marker > icon. H

[OpenLayers-Users] WMS from ArcGIS Server on top of google maps - Parameter 'srs' contains unacceptable value.

2010-03-01 Thread Philipp Gaertner
Hi list, I have a layer of the states and territories of Australia and would like to overlay it on google maps using openlayers. The Australia layer is a WMS which is on my ArcGIS Server. I use EPSG:102113 which represents in the ESRI world the WGS_1984_Web_Mercator. The WMS has following capabi

[OpenLayers-Users] text markers

2010-03-01 Thread Karina Guardado
Hi, Is there a way to change the box of a text layer maker to one that has a close option like other popups. I mean when I click on one marker a box is opened but there is not option to close it just click again in the marker icon. regards, karina ___

Re: [OpenLayers-Users] Scale dependent layer display

2010-03-01 Thread Luís de Sousa
Thank you for your input Alexandre. I was able to achieve the desired behaviour using the options maxResolution and minZoomLevel (the later is more handy). I hadn't been able to get it to work previously because I had these options set in the wrong list (properties). Luís 2010/3/1 Alexandre Dube

Re: [OpenLayers-Users] Scale dependent layer display

2010-03-01 Thread Alexandre Dube
Hi, Look for minScale/maxScale or minResolution/maxResolution layer options. See an example (look at the source) : http://openlayers.org/dev/examples/zoomLevels.html Regards, Alexandre Luís de Sousa wrote: > Hello everyone, > > I have a few feature layers with a great deal of detail tha

[OpenLayers-Users] Scale dependent layer display

2010-03-01 Thread Luís de Sousa
Hello everyone, I have a few feature layers with a great deal of detail that I have to use in an openlayers map. I'd like to make these layers available only for smaller scales, is there any way to set that in the layer's parameters? If not, which other ways are there to do so? Thank you, Luís _

[OpenLayers-Users] OpenLayers Events - click

2010-03-01 Thread EGoss
Hello all, I saw an email last week concerning a new user that moved from the Google Maps API to OpenLayers. I have also used Google, and I was able return info from a kml file to an info box. However, I am terribly lost trying to do this using OpenLayers. Does anyone have advice on how to extr

Re: [OpenLayers-Users] work with postgis & geoserver

2010-03-01 Thread beppe
Thanks for the suggestion, now it's time to work !!! I hope to be able to do it! There's something I don't understand yet, for example: when I click in the map for create a new feature, I would display a form in a pop-up (or in a ) for insert the geometry attributes...how? thanks a lot -beppe- >

Re: [OpenLayers-Users] question about select feature

2010-03-01 Thread Karina Guardado
Hi Erick thanks for your help and the examples you gave me I have used one that is getfeatureinfo-popup.html and when I click the popup box open but there is an error message msWMSFeatureInfo(): WMS server error. Requested layer(s) are not queryable. You know I'm workin with Mapserver and reading

[OpenLayers-Users] Proxy problem

2010-03-01 Thread paweluz
Hi! I know that there is a lot of Proxy issues on the forum but I could not find anything that suits my problem. I am working with Python2.6, Tomcat5.5 on Windows 2000. I have finally configured the tomcat (after several hours) to work with Python CGi scrips. The simple scripts works just great,

Re: [OpenLayers-Users] Can multiple layers load in parallel

2010-03-01 Thread Bart van den Eijnden
Ok, then I see 2 solutions: 1) combine multiple layers into a single OpenLayers.Layer.WMS, not sure if this is a viable option for your use case though, not even sure if this is your Layer type at all. 2) use multiple dns entries for your Geoserver host You are running into the maximum number o

[OpenLayers-Users] Can multiple layers load in parallel

2010-03-01 Thread Charlie Midtlyng
Hi, all layers are on the same server. ** mvh Charlie Midtlyng Fra: Bart van den Eijnden [bart...@osgis.nl] Sendt: 1. mars 2010 13:17 Til: Charlie Midtlyng Kopi: users@openlayers.org Emne: Re: [OpenLayers-Users] Can multiple layers load in para

Re: [OpenLayers-Users] Can multiple layers load in parallel

2010-03-01 Thread Bart van den Eijnden
Hi Charlie, are all layers coming from the same host? Best regards, Bart On Mar 1, 2010, at 1:14 PM, Charlie Midtlyng wrote: > Hi, > I am using GeoServer, GeoExt and OpenLayers to display maps with different > layers. I have expirienced that use of multiple layers slows down the > performance

[OpenLayers-Users] Can multiple layers load in parallel

2010-03-01 Thread Charlie Midtlyng
Hi, I am using GeoServer, GeoExt and OpenLayers to display maps with different layers. I have expirienced that use of multiple layers slows down the performance of loading the map. It seems that each layer must be fully drawn before the next layer is requested. When I have 6+ layers this is a b