Discussion:
[MapProxy] Mapproxy shows tiles in wrong position
anil maharjan
2018-07-20 09:09:35 UTC
Permalink
Hi,


I am using Mapproxy to display map http://maps.stamen.com/toner/#3/49.78/-4.04. But the tiles are shown in wrong position. For example:


Map without zoom:<Loading Image...>

Map with one level zoom:<Loading Image...>

More zoomed, the image looks even more odd.

Mapproxy configuration:

layers:
- name: StamenToner
title: StamenMap
sources: [stamen_cache]

caches:
stamen_cache:
grids: [stamen_grid]
sources: [stamen_wmts]

sources:
stamen_wmts:
type: tile
url: Loading Image...
grid: stamen_grid

grids:
stamen_grid:
srs: 'EPSG:3857'
origin: 'nw'
tile_size: [512, 512]


I have no idea why the tiles are in wrong position when zoomed. Any suggestions.

Regards,

Anil
Oliver Tonnhofer
2018-08-01 12:06:55 UTC
Permalink
Hi,

are you sure about the tile_size? Can you try it with [256, 256]?


Regards,
Oliver
--
Oliver Tonnhofer | Omniscale GmbH & Co KG | https://omniscale.com
OpenStreetMap WMS and tile services | https://maps.omniscale.com
Post by anil maharjan
Hi,
More zoomed, the image looks even more odd.
- name: StamenToner
title: StamenMap
sources: [stamen_cache]
grids: [stamen_grid]
sources: [stamen_wmts]
type: tile
http://tile.stamen.com/toner/%(z)s/%(y)s/%(x)s.png
grid: stamen_grid
srs: 'EPSG:3857'
origin: 'nw'
tile_size: [512, 512]
I have no idea why the tiles are in wrong position when zoomed. Any suggestions.
Regards,
Anil
_______________________________________________
MapProxy mailing list
https://lists.osgeo.org/mailman/listinfo/mapproxy
Loading...