Skip to content

Issue #5 - Skip invalid geoloc values

joubu requested to merge joubu/hea-app:issue_5 into master

We have: var latlng = L.latLng(-54.004326048783845,-16690.01954555512); which has a wrong longitude.

(For the record, it's id=1210)

Let's skip them if it is outside of the valid range.

Merge request reports