This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Missing diagonal tiles when rendering

0

I followed the directions here https://switch2osm.org/manually-building-a-tile-server-16-04-2-lts/ to set up my own tile server. When rendering tiles now, diagonal tiles are always missing when displayed in a browser (regardless of zoom level) like shown here:

https://imgur.com/a/QK6gozY

I'm not getting any errors when going through the guide linked above. Any ideas on what I could be doing wrong? Thanks!

asked 21 May '18, 19:16

coderunner's gravatar image

coderunner
416610
accept rate: 0%

edited 21 May '18, 19:46


One Answer:

2

I'm guessing that only 2 requests in 3 are getting through to a working tile server. Are you using something like switcheroo to redirect? If so, with what rule?

answered 21 May '18, 20:05

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

2

You were right. I was missing a forward slash at the end of the source url in one of the rules. That fixed it. Thanks!

(21 May '18, 22:31) coderunner

Source code available on GitHub .