NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hello everyone,

We’re experiencing an issue where our Leaflet map on our homepage is not displaying any images and remains entirely blank. A lot of 500 errors are reported from the Chrome developer console.

asked 11 Dec '20, 05:30

bino's gravatar image

bino
11112
accept rate: 0%

edited 11 Dec '20, 13:53


Also, you shouldn't really rely on OpenStreetMap's tile servers (which are financed by donations and membership fees) for your commercial offering. Instead, either set up your own tile server (see switch2osm.org) or buy these services from any of the commercial tile providers (see https://wiki.openstreetmap.org/wiki/Commercial_OSM_Software_and_Services and https://switch2osm.org/providers/).

permanent link

answered 11 Dec '20, 08:40

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Openstreetmap.org recently changed to fastly for tile delivery in some regions.

As fastly may treat your request differently than the old osm tile cache network, have you tried to disable the

proxy_set_header Host $http_host;

line in your nginx location conf? As fastly reports, they don't know the tile.korbyt.com domain, so you shouldn't send that as a host header. I assume the old tile cdn did not look for a host header value while fastly does.

permanent link

answered 11 Dec '20, 06:34

Spiekerooger's gravatar image

Spiekerooger
3.1k22356
accept rate: 16%

edited 11 Dec '20, 06:35

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×100
×1

question asked: 11 Dec '20, 05:30

question was seen: 2,774 times

last updated: 11 Dec '20, 13:53

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum