Some building walls are invisible when extrusion zoom-min < 15 #927
Replies: 6 comments 3 replies
-
What platform? What map source? Please test with VTM samples where everyone can try to reproduce the report. You can try without shadows (default) |
Beta Was this translation helpful? Give feedback.
-
MapilionMvtTest on Linux seems to work correctly. It is recommended to use the default building min zoom level 17. And also try Mapsforge offline maps. mMap.layers().add(new BuildingLayer(mMap, l, 15, mMap.viewport().getMaxZoomLevel(), false, false)); |
Beta Was this translation helpful? Give feedback.
-
Mapsforge has the same issues on zoomlevel 14 |
Beta Was this translation helpful? Give feedback.
-
It is recommended to use the default building min zoom level 17. tag-mapping has |
Beta Was this translation helpful? Give feedback.
-
I would like to allow the user to set the min zoom level for buildings to the zoom levels 16 + 15 which are working very smoothly without any issues. To do this, the needs to be set, but currently it is final .
I could create a test code successfully with a I would like to create a PR which can set this Would you accept such a PR? |
Beta Was this translation helpful? Give feedback.
-
See above, the theme and |
Beta Was this translation helpful? Give feedback.
-
When the zoom-min value is below 15 then the building walls on some buildings are invisible
zoom-min=14
zoom-min=15
Beta Was this translation helpful? Give feedback.
All reactions