[MapProxy] arcgiscache_path

Juan Carvajal B. juan at mediaarchitecture.org
Thu Mar 19 10:19:54 PDT 2020


Dear list members

I have been trying to serve an arcgiscache_path layer as a x/y/z tile
layer. I can not figure out how to configure the arcgiscache_path layer.
Below my last attempt. I have the following conf files:

https://maps.wien.gv.at/lb/Kacheln/conf.cdi
https://maps.wien.gv.at/lb/Kacheln/Conf.xml

any idea?

best,



*Juan Carlos Carvajal Bermúdez+43 650 477 0005*

*juan at mediaarchitecture.org <juan at mediaarchitecture.org>*




*juca at juan-carlos.info <juca at juan-carlos.info>Nordwestbahnstrasse 49/26AT
1200, Wienwww.juan-carlos.info <http://www.juan-carlos.info>*

*Join our mailing list
<http://lists.mediaarchitecture.org/?p=subscribe&id=1> (Max 1-mail / month)*


# -------------------------------
# MapProxy example configuration.
# -------------------------------
#

services:
  demo:
  tms:
    use_grid_names: true
    # origin for /tiles service
    origin: 'nw'
  kml:
      use_grid_names: true
  wmts:
  wms:
    md:
      title: MapProxy WMS Proxy
      abstract: This is a minimal MapProxy example.


layers:
  - name: vie
    title: Vienna orthophotos
    sources: [vie_cache]

caches:

  vie_cache:
    grids: [webmercator]
    sources: [osm_tile, vie_lb]

sources:
  vie_lb:
    type: tile
    transparent: true
    # use of this source is only permitted for testing
    grid: vie_custom
    url:
https://maps.wien.gv.at/lb/Kacheln/_alllayers/%(arcgiscache_path)s.jpg
  osm_tile:
    type: tile
    # use of this source is only permitted for testing
    grid: webmercator
    url: https://c.tile.openstreetmap.org/%(z)s/%(x)s/%(y)s.png


grids:
    webmercator:
        base: GLOBAL_WEBMERCATOR
    vie_custom:
        srs: 'EPSG:3857'
        bbox: [1799448.394855, 6124949.747770, 1848250.442089,
6162571.828177]
        bbox_srs: 'EPSG:3857'
        min_res: 559082264.029
        #max_res: 1066.36479193
        #num_levels: 20
globals:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20200319/796566e3/attachment.html>


More information about the MapProxy mailing list