-
Notifications
You must be signed in to change notification settings - Fork 10
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
Maps not working on chrome #60
Comments
Can you provide more details? In Chrome, zooming in/out causes the PointStream collections to not have their normal position? |
Bounds.js:148 Uncaught TypeError: Cannot read properties of undefined (reading 'min')
|
I have a method to visualize an area but in edge it work fine but in chrome the map freeze, this is my code public async Task AddPolygonToMap()
} |
Hello again, I'm surprised that it works on Edge and not on Chrome. I often use Chrome. The error message is generated by the Leaflet core (not LeafletForBlazor) and seems to say that there is an error in the data. |
I already solve it, I just need to run "chrome://settings/reset" on the browser and works fine. Thank you for help friend |
In development mode the map runs correctly in every browser but in production it fail in chrome browser on computer site (I refeer you can load points or move the map, the only thing that works is the zoom in/out button ), in mobile works fine, could you tell me some tips to solve my problem?
The text was updated successfully, but these errors were encountered: