[MapProxy] Reprojecting from EPSG:3857 to EPSG:4326

Oliver Tonnhofer olt at omniscale.de
Tue Nov 29 07:20:49 PST 2016


Hi,

you need to enable a service. You should get a warning for that:

[2016-11-29 16:15:11,207] mapproxy.config - WARNING - Missing services section

It works if you add:

services:
  demo:
  wms:

Regards,
Oliver

-- 
Oliver Tonnhofer  | Omniscale GmbH & Co KG  | https://omniscale.com
OpenStreetMap WMS and tile services         | https://maps.omniscale.com





> On 21.11.2016, at 10:17, Santiago Horcajo <santiago.horcajo at gmail.com> wrote:
> 
> First of all, sorry for my mistakes in configuration file, I'm totally newbie to MapProxy.
> I'm trying to reproject from EPSG:3857 (ArcGIS MapServer service) to EPSG:4326, but it doesn't work. The ArcGIS MapServer service is private, but I'll put an example with an online service from ESRI for you to test. This is part of my mapproxy.yaml file.
>  
> layers:
>   - name: esriLandsat4326
>     title: esriLandsat4326
>     sources: [cache_esriLandsat4326]
> 
>   - name: esriLandsat3857
>     title: esriLandsat3857
>     sources: [cache_esriLandsat3857]
> 
> caches:
>   cache_esriLandsat4326:
>     grids: [geodetic]
>     format: image/jpeg
>     sources: [cache_esriLandsat3857]
>     cache:
>       type: sqlite
> 
>   cache_esriLandsat3857:
>     grids: [webmercator]
>     format: image/jpeg
>     sources: [src_esriLandsat3857]
>     disable_storage: true
> 
> sources:
>   src_esriLandsat3857:
>     type: tile
>     grid: webmercator
>     url: http://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/%(z)s/%(y)s/%(x)s
>  
> grids:
>     webmercator:
>         base: GLOBAL_WEBMERCATOR
>     geodetic:
>         base: GLOBAL_GEODETIC
> 
> globals:
> 
> Thanks in advance,
> Santiago Horcajo
> _______________________________________________
> MapProxy mailing list
> MapProxy at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapproxy



More information about the MapProxy mailing list