change geocode to https
This commit is contained in:
parent
f268ee7a54
commit
0ae5bcbe0f
7 changed files with 8 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue