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
Issue description
When the pins or other elements on map are presented with strings instead of number, the elements or pins do not show on the map, there is no feedback in console, no error.
Steps to reproduce and a minimal demo of the problem
made a pin and served latitude and longitude coordinates in string format. That pin is not rendered.
Expected/desired behavior
Whould be great if an error would show in console. Even better if in converts it to number and displays a warning.
The text was updated successfully, but these errors were encountered:
change from no warnings/errors/functionality to
automatically converting latitude and longitude inputs
to numbers if they are not of type number
closessebholstein#771
Issue description
When the pins or other elements on map are presented with strings instead of number, the elements or pins do not show on the map, there is no feedback in console, no error.
Steps to reproduce and a minimal demo of the problem
made a pin and served latitude and longitude coordinates in string format. That pin is not rendered.
Expected/desired behavior
Whould be great if an error would show in console. Even better if in converts it to number and displays a warning.
The text was updated successfully, but these errors were encountered: