You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
I am trying to use maplibre-native-qt to render a local map mbtiles file. I tried to use the widgt example to display a local pre-downloaded mbtiles file. I first divided the mbtiles file into a z/x/y/pbf file structure and then tried to load these files from the local but it didn't work. I guess the file was not loaded successfully. Can you give me some advice and guidance?
Platform information
Qt version 6 x64 windows
The text was updated successfully, but these errors were encountered:
You can do it. In your style.json you should use such code "sources": { "maptiler_planet": { "url": "mbtiles:///home/user/yourmbtile.mbtiles", "type": "vector" } } and this "glyphs": "asset://glyphs/{fontstack}/{range}.pbf" , to generate such font format, take your any ttf font, go to , All works in my project.
Problem Description
I am trying to use maplibre-native-qt to render a local map mbtiles file. I tried to use the widgt example to display a local pre-downloaded mbtiles file. I first divided the mbtiles file into a z/x/y/pbf file structure and then tried to load these files from the local but it didn't work. I guess the file was not loaded successfully. Can you give me some advice and guidance?
Platform information
Qt version 6 x64 windows
The text was updated successfully, but these errors were encountered: