From 5de9689d8950236b49c75c921869be7623919e5e Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 6 Sep 2018 09:51:44 -0400 Subject: [PATCH] Fixed problem with geolocation due to incorrect name on addr1 field. --- Geolocation/various_geiolocation_features.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geolocation/various_geiolocation_features.html b/Geolocation/various_geiolocation_features.html index c0d2e00..e95e603 100755 --- a/Geolocation/various_geiolocation_features.html +++ b/Geolocation/various_geiolocation_features.html @@ -13,7 +13,7 @@

Address 1:

- +
@@ -131,7 +131,7 @@ var state = $('#state').val(); var country = $('#country').val(); var zip = $('#zip').val(); - + var location = $.getJSON( nominatimAPI, { format: 'json', street: street, -- 2.17.1