Re: [OpenLayers-Users] how select the right feature between 2 superimposed ?

2008-11-26 Thread Indika Tantrigoda
Hi, Thanks for the info Eric. I'll follow up on activating/deactivating the select feature control. Maybe it would increase the performance of the application since the controls are created only once. Indika 2008/11/26 Eric Lemoine <[EMAIL PROTECTED]> > Indika > > So you just let the user choo

Re: [OpenLayers-Users] getFeaturesInfo request result with Access to restricted URI denied" code: "1012 [Break on this error] this._object.open(sMethod, sUrl, bAsync, sUser, sPassword);

2008-11-26 Thread Christopher Schmidt
On Thu, Nov 27, 2008 at 03:41:45AM +0100, kuba wrote: > I have installed geoserver and it works on my machine perfectly. When > i check the preview of my layers i can use the getFeatureInfo function > without any problem. > So I have just copied the source code to my own web site, hopping that

[OpenLayers-Users] getFeaturesInfo request result with Access to restricted URI denied" code: "1012 [Break on this error] this._object.open(sMethod, sUrl, bAsync, sUser, sPassword);

2008-11-26 Thread kuba
I have installed geoserver and it works on my machine perfectly. When i check the preview of my layers i can use the getFeatureInfo function without any problem. So I have just copied the source code to my own web site, hopping that is gonna work, but it did not. The same with the example, th

[OpenLayers-Users] lines crossing the 180/dateline not working. wrapDateLine not helping.

2008-11-26 Thread Phil Scadden
I have a source layer (in ArcSDE) which has arc lines that cross the 180 line. Creating a WMS on this, I can see lines on both sides with wrapDateLine set to true,but lines that actually cross the dateline are a mess. Because the lines in ArcSDE are input to various processing jobs, I am very l

Re: [OpenLayers-Users] maximum ZoomLevel for google maps

2008-11-26 Thread Arnd Wippermann
Hi Rodolfo, the patch from the old post is really not needed and there are only 21 zoomlevels for Wuppertal. Looking now at the question with a better understanding of OpenLayers, I see, that I have only to set the numZoomLevels for the map object and MAX_ZOOM_LEVEL for the Google layers. The

Re: [OpenLayers-Users] how select the right feature between 2 superimposed ?

2008-11-26 Thread Eric Lemoine
Indika So you just let the user choose what layer feature selection works for, right? I don't know about Sebastien's case but in lots of situations this isn't acceptable - it's a pain for the user to select the type of objects he's going to query. On an unrelated note, I notice that you create a

[OpenLayers-Users] about thematic maps

2008-11-26 Thread fsalas
Hi, I´m new user in openlayer. I need to know how to make thematic maps for example in cadastral layer about parcels with coffee, tobacco, rice, etc. in different colors this values be store in one field namely "use". Where I can find tutorials about this topic. best regards, salas salas

Re: [OpenLayers-Users] maximum ZoomLevel for google maps

2008-11-26 Thread Rodolfo Moreno
Hi Arnd, I have tested your patch but it doesn't work. I have tried to zoom in for Wuppertal as well and I only have gotten the 19 zoomlevel (I am using 2.7 openlayers version). In debug mode I can see that the constants RESOLUTIONS and MAX_ZOOM_LEVEL for google layers have changed after of the p

Re: [OpenLayers-Users] WFS polygon or point and Popup

2008-11-26 Thread Alexandre Dube
Hi, Did you look at this example ? http://openlayers.org/dev/examples/select-feature-openpopup.html Alexandre arno974 wrote: > Hi all, > > I've been working for two day in a way to display some popup or labels when > i'm on hover of a feature WFS object. I've googled and search on this list > b

Re: [OpenLayers-Users] how select the right feature between 2 superimposed ?

2008-11-26 Thread Indika Tantrigoda
Hi, After looking at http://gis.ibbeck.de/ginfo/apps/OLExamples/OL26/examples/styles_unique_with_group_wfs.htmlI managed to find a work around . I have two wfs point layers, and can activate the selectFeature for the currently selected layer via a radio button. Some of my features were superimpos

[OpenLayers-Users] WMS GetCapabilities parser

2008-11-26 Thread bartvde
Hi list, I've made some changes/additions to the WMS GetCapabilities parser, and see multiple people are working on this right now [1]. I think it also requires a rewrite to Tim's new style parsers (with a readers property). Does OpenLayers envision the OGC Formats to be part of OpenLayers itself

Re: [OpenLayers-Users] how select the right feature between 2 superimposed ?

2008-11-26 Thread Eric Lemoine
On Wed, Nov 26, 2008 at 10:20 AM, Sébastien Geindre <[EMAIL PROTECTED]> wrote: > Eric Lemoine a écrit : >> >> Seb, I don't understand your question. If you're trying to get the >> select feature control to work with multiple layers then you must know >> that that isn't currently supported by OpenLa

Re: [OpenLayers-Users] how select the right feature between 2 superimposed ?

2008-11-26 Thread Sébastien Geindre
Eric Lemoine a écrit : > Seb, I don't understand your question. If you're trying to get the > select feature control to work with multiple layers then you must know > that that isn't currently supported by OpenLayers. Sorry for not > understanding your question. Eric you guessed it ! is there any