You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure to check the following boxes before submitting an issue. Issues opened without using this template will be closed unless they have a good reason not to follow this template.
All peer dependencies are installed: React, ReactDOM and Leaflet.
Using the latest version of React and ReactDOM v18.
Using the supported version of Leaflet (v1.8.0 minimum) and its corresponding CSS file is loaded.
Bug report in v4
Please make sure to check the following boxes before submitting an issue.
Issues opened without using this template will be closed unless they have a good reason not to follow this template.
Expected behavior
Markers with invalid lat, long values should not be shown in Antartica Or should have way to control there placement
Actual behavior
If we pass invalid lat and long then marker is rendered in Antartica which should not be the case
Please describe.
Steps to reproduce
pass following lat and long values
"ong" : -190.0,
"lat" : -190.0,
If we pass invalid lat and long then marker is rendered in Antartica which should not be the case
Please provide the simplest example possible to reproduce the issue, based on this StackBlitz.
The text was updated successfully, but these errors were encountered: