eoxserver icon indicating copy to clipboard operation
eoxserver copied to clipboard

Gaps between tiles appear in clients using eoxserver/mapcache

Open jankovicgd opened this issue 4 years ago • 6 comments

image image

jankovicgd avatar Apr 29 '21 11:04 jankovicgd

Check https://github.com/EOxServer/eoxserver/blame/master/eoxserver/render/browse/generate.py for clues

jankovicgd avatar May 10 '21 14:05 jankovicgd

So far appearing only with data that have overviews (Element84) and zoom level higher or equal to 10

jankovicgd avatar May 11 '21 09:05 jankovicgd

we have it also here https://data-access.185.52.193.87.nip.io/?x=23.589827&y=38.037648&z=13&timestart=2020-09-01T17%3A52%3A04Z&timeend=2020-09-02T22%3A31%3A03Z

Schpidi avatar May 11 '21 09:05 Schpidi

The tiles appear to have transparency on the sides as opposed to WMS which fully covers the area WMTS: WMTS https://data-access.192.168.49.2.nip.io/cache/ows/wmts?layer=S2L2A__TRUE_COLOR&style=default&tilematrixset=WGS84&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/png&TileMatrix=16&TileCol=71503&TileRow=15208&time=2019-09-04T21:45:57Z/2019-09-13T20:23:59Z WMS: WMS https://data-access.192.168.49.2.nip.io/ows?request=getMap&service=wms&version=1.3.0&layers=S2L2A__TRUE_COLOR&width=256&height=256&format=image/png&time=2019-09-08T00:00:01Z/2019-09-10T00:00:00Z&crs=EPSG:4326&BBOX=48.22723388671876,16.38885498046872,48.22998046875001,16.39160156249997

jankovicgd avatar May 12 '21 09:05 jankovicgd

workaround found, setting:

<metabuffer>1</metabuffer>

Some notes:

  • metabuffer makes 258x258 requests which don't have gaps.
  • changing grid zoom levels makes different sets of gaps appear at different locations.

jankovicgd avatar May 14 '21 12:05 jankovicgd

Workaround for vs/client serving WMS layers with special rendering (other than default layer) is setting gutter parameter > 0.

lubojr avatar Feb 22 '22 12:02 lubojr