performant-software / Neatline

A lightweight framework for building interactive maps and publishing them on the web.
www.neatline.org
Other
105 stars 34 forks source link

White border on edge of map tiles #469

Closed jcmundy closed 5 years ago

jcmundy commented 5 years ago

I'm getting a white border on the (viewer's) right side of the map tiles that I pull in from geoserver. They pull in correctly but a white band remains covering the right side of the map just before the tiles start over. If I zoom in, the band remains the same width (thus covering less of the map). Do you know what might be doing this? We cannot replicate the error when pulling the map from geoserver into other platforms.

rondauva commented 5 years ago

Hi @jcmundy,

Did you find the solution to this? I'd just started looking into it and realized you'd closed the issue.

Best, Ronda

jcmundy commented 5 years ago

It appears to be an OpenLayers issue. When I changed the url to /geoserver/gwc/service/wms instead of /geoserver/wms the band goes away.

rondauva commented 5 years ago

Thank you for the update!