Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features are not visible for zoom <16 despite minzoom is not set #2505

Open
bartek977 opened this issue Oct 30, 2024 · 1 comment
Open

Features are not visible for zoom <16 despite minzoom is not set #2505

bartek977 opened this issue Oct 30, 2024 · 1 comment
Labels
bug 🪲 Something isn't working

Comments

@bartek977
Copy link

bartek977 commented Oct 30, 2024

Environment

  • Android OS version: 14
  • Devices affected: Samsung xcover 6 pro
  • Maps SDK Version: 11.7.0

Observed behavior and steps to reproduce

Certain small polygon features are not rendered on the map when the zoom level is below 16. When zoomed in to a level greater than 16, these features appear as expected. This issue persists despite setting minZoom to a smaller value than 16, and it affects both Android and iOS platforms. Larger polygons render correctly at all zoom levels, so the problem appears specific to smaller polygon features.

Expected behavior

Features should always be visible if no min zoom is specified.

Additional links and references

style.json

test.geojson:
{ "type": "FeatureCollection", "name": "SELECT", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ [ 5.575164506428824, 52.139790310429383 ], [ 5.57516908237175, 52.139793820961138 ], [ 5.575243809714596, 52.139760741820922 ], [ 5.575238650165777, 52.139757489628344 ], [ 5.575164506428824, 52.139790310429383 ] ] ] } } ] }

@bartek977 bartek977 added the bug 🪲 Something isn't working label Oct 30, 2024
@bartek977
Copy link
Author

could someone look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant