Wierd .map rendering #1250
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
@victorlysak When we test map files from any provider with VTM samples, they always render correctly. Better make tests with VTM samples first and then compare your code. Also when you change the map files in the file system, if the app is running, then must reload the map. |
Beta Was this translation helpful? Give feedback.
-
|
i also tried it on the real device and i see exactly the same picture in my head unit as above (emulator) that is set to the same params: andr. 7.0 4gb ram i also noticed that every time i zoom in or out the logcat prints i'm not sure why this is happening. with osmdroid something like this was never the case also, |
Beta Was this translation helpful? Give feedback.
-
|
ok. so i tried // val theme = vtmMap.setTheme( thank you |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



For multiple maps, use a
MultiMapFileTileSourceas seen in the samples.