Fixed problem with geolocation due to incorrect name on addr1 field.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 6 Sep 2018 13:51:44 +0000 (09:51 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 6 Sep 2018 13:51:44 +0000 (09:51 -0400)
Geolocation/various_geiolocation_features.html

index c0d2e00..e95e603 100755 (executable)
@@ -13,7 +13,7 @@
             <div>
                 <h4 >Address 1:</h4>
                 <div >
-                    <input type="text" id="addr2" name="addr2">
+                    <input type="text" id="addr1" name="addr2">
                 </div>
             </div>
             <div>
                         var state = $('#state').val();
                         var country = $('#country').val();
                         var zip = $('#zip').val();
-    
+
                         var location = $.getJSON( nominatimAPI, {
                             format: 'json',
                             street: street,