filter stations that do not have usable data

This commit is contained in:
Matt Walsh
2022-12-13 16:31:18 -06:00
parent fff5f0f7b6
commit 4c1481abaf
5 changed files with 15767 additions and 18822 deletions

View File

@@ -131,6 +131,8 @@ const autocompleteOnSelect = async (suggestion, elem) => {
const loc = data.locations[0];
if (loc) {
localStorage.removeItem('latLonFromGPS');
document.getElementById('btnGetGps').classList.remove('active');
doRedirectToGeometry(loc.feature.geometry);
} else {
console.error('An unexpected error occurred. Please try a different search string.');