Hello,
I'm having trouble of configuring Kartographer with an external tile server. I would like the openstreetmap one:
So my idea was to configure Kartographer like:
wfLoadExtension( 'Kartographer' );
$wgKartographerMapServer = 'https://tile.openstreetmap.org';
$wgKartographerStyles = [''];
But this does not work. Kartographer makes the following requests:
(which is not working HTTP 404) while I want him to make this request:
Is this possible with the current configuration options?
Thank you for your help
D063520
PS: I think this is not a bug report, it is either a feature improvement (if it is not possible to make this configuration currently) or a demand for more detailed documentation. Hope this it the right place to report!

