Skip to content

Test if user location is valid if not fall back to default lat/long to remove console errors

Nicholas Stees requested to merge issue/webform_gmap_field-3370721:1.0.x into 1.0.x

To remove the JS console errors, first test the location is a valid lat/long before centering, and if not valid fall back to the default.

Merge request reports