-
|
For the past week or so reitti hasn't been showing the map images in the timeline. When I check the browser dev console it's showing 404 for every png request. Also, it's requesting the images from my server ... is that correct? I would have thought it would get the images from OpenStreetMap directly. I'm currently using v3.0.1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @greyfence, looks like you are missing the tiles-cache. There was a breaking change introduced in v3.0.0. Hence the new major version. Take a look here https://github.com/dedicatedcode/reitti/releases/tag/v3.0.0 under the breaking change section. You have two options in general. Either adjust your compose file according to the documentation, or set the env TILES_CACHE to an empty value. |
Beta Was this translation helpful? Give feedback.
Hi @greyfence,
looks like you are missing the tiles-cache. There was a breaking change introduced in v3.0.0. Hence the new major version. Take a look here https://github.com/dedicatedcode/reitti/releases/tag/v3.0.0 under the breaking change section.
You have two options in general. Either adjust your compose file according to the documentation, or set the env TILES_CACHE to an empty value.