Hi all,

I have the following problem:
- Querying one or two layers works without a problem, result is shown  
and so on - perfect.
- I have added raster maps from a WMS service - as soon as I have  
activated the layer in the legend the query seems to try to search the  
WMS as well - the symbol "Searching ..." appears forever.

Here is the part of the map file (WMS):

        LAYER
                NAME "tk50_bayern"
                TYPE RASTER
                STATUS ON
                CONNECTIONTYPE WMS
                CONNECTION "http://www.geodaten.bayern.de/ogc/getogc.cgi?";
                MINSCALEDENOM 5000
                MAXSCALEDENOM 70000
                METADATA
                        DESCRIPTION "TK50 Bayern"
                        wms_title "Satellitenbilder (JPL)"
                        wms_server_Version "1.1.1"
                        wms_srs "EPSG:31468"
                        wms_format "image/png"
                        #wms_styles ""
                        wms_name "TK50"
                        wms_transparent "true"
                END     
        END

And here is the part of the vector file where the query works:

        LAYER
                NAME "Pfarreien"
                TYPE POLYGON
                STATUS ON
                CONNECTIONTYPE POSTGIS
                CONNECTION "host=localhost dbname=xyz user=xyz1 port=5432"
                DATA "the_geom from bamberg_pfarreien USING UNIQUE gid"
                TEMPLATE "void"
                METADATA
                        DESCRIPTION "Pfarrbezirke inkl. Filialen"
                        RESULT_HYPERLINK "pbn_key||Aufruf"
                        RESULT_FIELDS "pbn_key,pfarrei"
                        RESULT_HEADERS "Link,Pfarrbezirk"
                END
                PROJECTION
                        "init=epsg:31468"
                END
                CLASS
                        OUTLINECOLOR 158 35 158
                        SYMBOL 0
                END
        END

What is my mistake?

Thanks for your feedback!

BTW: Armin, you recommend to open pmapper in a new window; I have  
embedded pmapper within an iframe and it seems to work very well. Any  
restrictions you know using iframes?


Regards
Andreas


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to