change geocode to https

This commit is contained in:
Matt Walsh
2020-10-01 20:08:25 -05:00
parent f268ee7a54
commit 0ae5bcbe0f
7 changed files with 8 additions and 9 deletions

View File

@@ -180,7 +180,7 @@ const index = (() => {
doRedirectToGeometry(overrides[suggestion.value]);
} else {
request = $.ajax({
url: location.protocol + '//geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find',
url: 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find',
data: {
text: suggestion.value,
magicKey: suggestion.data,