[MapProxy] Configure MapProxy for EPSG:25830

Oscar Diago Alonso Oscar.Diago at geograma.com
Wed Dec 28 04:09:33 PST 2016


Good morning.

I have this WMS service: http://geomedia:6080/arcgis/services/LABGIS/LimitesAlava/MapServer/WMSServer?service=wms&request=getcapabilities

I want to configure MapProxy to serve information in EPSG:38557 and EPSG:25830. No problema with the first one, but I don't get any image for the second one:

services:
  demo:
  wms:
    srs: ['EPSG:25830', 'EPSG:3857']
    md:
      title: Limites
      abstract: Limites.

layers:
  - name: Municipios
    title: Municipios
    sources: [lim_cache]
  - name: Nucleos
    title: Nucleos
    sources: [lim_cache]
  - name: Provincias_Lineas
    title: Provincias_Lineas
    sources: [lim_cache]
  - name: Provincias_Puntos
    title: Provincias_Puntos
    sources: [lim_cache]
  - name: Municipios_Lineas
    title: Municipios_Lineas
    sources: [lim_cache]
  - name: Municipios_Puntos
    title: Municipios_Puntos
    sources: [lim_cache]

caches:
  lim_cache:
    grids: [webmercator,test]
    sources: [lim_wms]

sources:
  lim_wms:
    type: wms
    supported_srs: ['EPSG:25830','EPSG:3857']
    req:
      url: http://geomedia:6080/arcgis/services/LABGIS/LimitesAlava/MapServer/WmsServer?
      layers: Municipios,Nucleos,Provincias_Lineas,Provincias_Puntos,Municipios_Lineas,Municipios_Puntos

grids:
    webmercator:
        base: GLOBAL_WEBMERCATOR
    test:
        srs: EPSG:25830
        bbox: [-3.288562, 42.469537, -2.228214, 43.217208]
        bbox_srs: EPSG:4326

Can anybody help me, please?

Thanks for your help!!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20161228/01bc193a/attachment.html>


More information about the MapProxy mailing list