Rendering weird (offline map) #955
Replies: 16 comments 4 replies
-
GitHub can host images, so please include them in the report, instead of external sources. |
Beta Was this translation helpful? Give feedback.
-
It is strange, we've been using VTM with Mapsforge maps for years on Android and Desktop and never seen such issues. In reports please always post the device specifications, operating system, graphics card, drivers, etc. |
Beta Was this translation helpful? Give feedback.
-
Also report with small offline maps, like Andorra or Berlin. Then it will be easier for other users to check the reports. |
Beta Was this translation helpful? Give feedback.
-
GitHub can also host videos. |
Beta Was this translation helpful? Give feedback.
-
I tested on samsung note 20 ultra android 11 (pure android) and Macbook pro radeon pro 555x. I will try with map which you suggest. But can you test on area which has some Attraction. This issues only happen on that |
Beta Was this translation helpful? Give feedback.
-
Symbols on polygons are automatically placed, enabled with
Alternatively (or better):
|
Beta Was this translation helpful? Give feedback.
-
should we precompute Poly_Label and Poly_Symbol then add them as normal point label when build map ? |
Beta Was this translation helpful? Give feedback.
-
The flags in For offline maps creation, you can see the Mapsforge map-writer documentation. There is the For more details, it is easier to check where each parameter is used inside the code to understand its use. |
Beta Was this translation helpful? Give feedback.
-
i disable POLY_SYMBOL (POLY_LABEL is false default) but symbol still display inconsistent. Enable POLY_CENTROID not working 5756545377124945119.mp4 |
Beta Was this translation helpful? Give feedback.
-
Try with the (all tests with Mapsforge offline maps) |
Beta Was this translation helpful? Give feedback.
-
Someone with free time can check the symbols' origin (nodes | polygons),
It is already explained above: symbols exist on nodes and auto-generated on polygon centroids.
Better to find an example on berlin.map so the community can check it easier. |
Beta Was this translation helpful? Give feedback.
-
i did test on Berlin map (lat: 52.519597, lng: 13.360688). Arrow on road display inconsistently berlin.mp4 |
Beta Was this translation helpful? Give feedback.
-
Thanks, it can be reproduced on Desktop (Linux), |
Beta Was this translation helpful? Give feedback.
-
another issue with building in Berlin Coordinates: 52.525918, 13.395091 berlin_building.mp4 |
Beta Was this translation helpful? Give feedback.
-
Symbol run around in offline map Berlin 9205556505971707072.mp4 |
Beta Was this translation helpful? Give feedback.
-
As mentioned above:
|
Beta Was this translation helpful? Give feedback.
-
it happen on both Android and Desktop
Offline Map: v5/asia/vietnam.map
Coordinates: 16.475115, 107.575097
Beta Was this translation helpful? Give feedback.
All reactions