The message 'api key required' is watermarked on top of the map. The tiles seem to be provided by thunderforest.
The osm plugin is documented here https://doc.qt.io/archives/qt-5.15/location-plugin-osm.html
It seems the problem can be solved by registering for an api key at https://www.thunderforest.com/pricing/ . It's not clear exactly where the api key should be injected
The incorrectly configured osm plugin in the app is here https://github.com/AsteroidOS/asteroid-map/blob/master/src/main.qml#L35C6-L39C6 .
The message 'api key required' is watermarked on top of the map. The tiles seem to be provided by thunderforest.
The osm plugin is documented here https://doc.qt.io/archives/qt-5.15/location-plugin-osm.html
It seems the problem can be solved by registering for an api key at https://www.thunderforest.com/pricing/ . It's not clear exactly where the api key should be injected
The incorrectly configured osm plugin in the app is here https://github.com/AsteroidOS/asteroid-map/blob/master/src/main.qml#L35C6-L39C6 .