[MapProxy] problem with WMS srs and bbox parameters in 0.9.0

Sebastian Schwarz Sebastian.Schwarz at rostock.de
Fri Oct 22 05:38:29 EDT 2010


Hi,

thank you for your response!

At 10/22/2010, 8:34 AM, Oliver Tonnhofer wrote:
>  If I see it correctly, then this request is from your client. So it shouldn't be an issue of MapProxy.

The request is that of the simple OpenLayers client embedded in the "demo" web interface which is there by default to grant an overview of the services offered by the current MapProxy configuration.

> Maybe, I can't tell you that without any configuration. :)

Yes, of course, sorry that I forgot to include some of my relevant configuration parameters. Here are some of the parameters of my mapproxy.yaml:

services:
  ...
  wms:
    srs: ['EPSG:2398', 'EPSG:4326', 'EPSG:900913']
...
layers:
test:
    title: MapProxy-Test
    sources: [test_wms]
...
sources:
  test_wms:
    type: wms
    req:
      url: http://localhost/cgi-bin/mapserv? 
      map: /umn/geodienste/luftbild07.map
      layers: Luftbilder
...

And here are some of the parameters of the source map file luftbild07.map:

MAP
    NAME "WMS_HRO_LUBI_2007"
    STATUS ON
    RESOLUTION 72
    MAXSIZE 8152
    EXTENT 4488000 5984000 4526000 6018000
    UNITS METERS
    ...
    PROJECTION
        "init=epsg:2398"
    END
    ...
    LAYER
        NAME "Luftbilder"
        STATUS ON
        TYPE RASTER
        DATA "lubi_2007/Luftbild2007.ecw"
        ...
        PROJECTION
            "init=epsg:2398"
        END
    END
    ...

Kind regards,

Sebastian

-- 
Sebastian Schwarz
Stadtverwaltung Rostock
Kataster-, Vermessungs- und Liegenschaftsamt
+49 (0)381 381-6256




More information about the MapProxy mailing list