[MapProxy] ArcGIS Cached Map Tile Service Reprojection?
Jason Fuehner
jason at fuehner.com
Wed Jul 21 11:31:24 PDT 2021
Hi All!
I am trying to use an ArcGIS cached map tile source that is projected in
EPSG:4326
my_tile_source: type: tile grid: GLOBAL_GEODETIC url:
http://localhost:8080/tile/%(x)s/%(y)s/%(z)s
I would like to reproject this in EPSG:3857 and use it with WMTS. I have a
configuration like so…
caches:
geodetic_cache:
sources:[my_tile_source]
grids:[GLOBAL_GEODETIC]
mercator_cache:
sources: [geodetic_cache]
grids:[GLOBAL_WEBMERCATOR]
The issue is when I perform WMTS requests the tiles are all jumbled/out of
place.
Is what I am attempting to do possible? Am I missing something in my
configuration?
Any help would be appreciated!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20210721/8fb335be/attachment.html>
More information about the MapProxy
mailing list