-
Notifications
You must be signed in to change notification settings - Fork 14
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
Creating Polygons at High Zoom Levels #10
Comments
Hi @Ryllau, are you able to provide a codesandbox/codepen example of the issue? |
I am not too sure how to use codesandbox/codepen but I referenced your codesandbox and made modifications to the index.js below (if you copy and paste the code below into your codesandbox you should be able to replicate). When you zoom very far in you can begin to see the issues stated above. My custom tiles that I use for my Leaflet map are rendered at this zoom level which is why I have been running into this issue. This could also be an underlying issue with Leaflet polygons at this zoom level -- but I am not sure. Mac OS Monterey v12.3 on Google Chrome v102.0.5
|
@Ryllau I confirm the issue, reproduced. |
Sorry for the spam!
I noticed that when zoomed in at level 25+ in leaflet, things get a little weird with the polygons. The click and drag rectangle does not align with the rect-progress-lines and the polygon markers do not create the correction polygon.
zoom level 25
zoom level 23
zoom level 20
The text was updated successfully, but these errors were encountered: