From: Chuck Scott Date: Thu, 6 Sep 2018 13:51:44 +0000 (-0400) Subject: Fixed problem with geolocation due to incorrect name on addr1 field. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5de9689d8950236b49c75c921869be7623919e5e;p=prog%2Fleaflet-demos.git Fixed problem with geolocation due to incorrect name on addr1 field. --- 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,