tileserver-gl icon indicating copy to clipboard operation
tileserver-gl copied to clipboard

Text being cut off in raster mode

Open svenoaks opened this issue 5 years ago • 4 comments

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:

Screen Shot 2019-05-27 at 4 55 45 PM

svenoaks avatar May 27 '19 21:05 svenoaks

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.

svenoaks avatar May 27 '19 21:05 svenoaks

I have the same problem. However, downgrading to v2.4.0 didn't solve it for me.

Defozo avatar Sep 12 '19 09:09 Defozo

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)

rickjansen-dev avatar Jan 02 '20 10:01 rickjansen-dev

Had the same problem and downgrading to v2.4.0 also works for me! Thank you for the tip

sarpsarpp avatar May 27 '21 10:05 sarpsarpp