On Tue, Sep 29, 2009 at 9:17 AM, <[email protected]> wrote: > Hi list, > > has anyone of you experienced a problem like this: > If I click on one of the point-features in my application > (http://www.seisonline.bgr.de/karto/SEIS.iframe.html) I get the same response > (GetFeatureInfo) a couple of times. > > The same thing happens if I type the following url in my browser: > http://www.seisonline.bgr.de/cgi-bin/seis_wms_iframe?TRANSPARENT=true&LAYERS=q_year,q_month,q_week,aktuell_welt,q_year_ger,q_month_ger,q_week_ger,aktuell_ger&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&STYLES=&EXCEPTIONS=application%2Fvnd.ogc.se_xml&FORMAT=image%2Fpng&SRS=EPSG%3A900913&BBOX=388911.599894%2C5920795.892274%2C1856502.542706%2C7388386.835086&X=141&Y=283&INFO_FORMAT=text%2Fhtml&QUERY_LAYERS=q_year,q_month,q_week,aktuell_welt,q_year_ger,q_month_ger,q_week_ger,aktuell_ger&WIDTH=600&HEIGHT=600 > > What can be the reason for this? I'm not even sure if this is an OpenLayers > problem or has something to do with my newly set up web server? >
You are not getting the same response a couple of times, actually you are getting the same response 22 times (I could have made a mistake counting)! I don't know about the ins and outs of OL yet, but one possibility would be that you are getting one or more responses per query layers that you have. So, if I remove all the layers except for, say, q_year, I get 5 responses back. > Any advice is welcome! Thanks in advance, > Nina > > > ______________________________________________________ > GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT! > Jetzt freischalten unter http://movieflat.web.de > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > -- Puneet Kishor _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
