|
I am using this, but I need to get the tiles stored locally in case of loss of signal, and that part works, but it won't render tiles that aren't immediately available in the database, how could I get around this? OSM>MapCompose works Thanks in advance! |
Answered by
p-lr
Mar 10, 2024
Replies: 2 comments 2 replies
|
If I understand correctly, when you have new tiles available in your database, you would like MapCompose to update. |
1 reply
Answer selected by
JakkeJ
|
Please share an example of how you implemented uploading to the database and uploading to the database with OSM in the absence of |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand correctly, when you have new tiles available in your database, you would like MapCompose to update.
Then, you can use
MapState.reloadTiles()api.