Page MenuHomeMiraheze

Kartographer calls wrong tile server
Closed, ResolvedPublic

Description

I'm attempting to install Kartographer on my wiki, and the maps are showing up as blank. I think I understand the problem: the maps are attempting to use tiles with URLs of the following format: https://tile.openstreetmap.org/osm-intl/Z/X/Y.png?lang=en But that link, at least for me, is broken. I found working versions of the same tiles at this URL format: https://tile.openstreetmap.org/Z/X/Y.png?lang=en So simply removing "osm-intl/" from the URL the extension is attempting to call should make it work, unless there's something else going on that I'm not aware of.

Event Timeline

BrandonWM triaged this task as Normal priority.Feb 25 2023, 02:24

@Reschultzed Hi,

Is this a request for bluepageswiki on Miraheze, or an external wiki not affiliated with Miraheze?

Hi @BrandonWM , it's a request for bluepageswiki, but I imagine it affects other Miraheze wikis as well.

Yes, a LocalSettings.php change will need to be implemented.

PR link: https://github.com/miraheze/mw-config/pull/5134

OrangeStar assigned this task to BrandonWM.