Open svenoaks opened 5 years ago
Reading from the duplicate issues running
docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl:v2.4.0
resolved the problem, I don't see any cut off text.
I have the same problem. However, downgrading to v2.4.0 didn't solve it for me.
Had the same problem here, downgrading to v2.4.0 works for me 👍. Also v3 seems to work, but that version is actually older than v2.6.0 (newer than v2.4.0 though)
Had the same problem and downgrading to v2.4.0 also works for me! Thank you for the tip
I'm using the vector mbtiles from OpenMapTiles of Guatemala and running tileserver-gl to see about rendering the raster tiles. In both included styles (OSM Bright, Klokantech Basic), the raster rendering has problems in that text that spans more than one tile is cut off. This doesn't happen in vector rendering. How can I fix this?
I'm just looking at it using Docker container started with
docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl
on macOS.For instance the text 'Guatemala' and others is cut off in the below screenshot: