Skip to content

Commit

Permalink
fix: fix zoom to zip/city textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 17, 2024
1 parent f898a5e commit d3bfa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/FindAddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ define([

var citiesProvider = new WebAPI(
config.apiKey,
'SGID10.LOCATION.ZoomLocations',
'Name',
'location.zoom_locations',
'name',
{wkid: 3857}
);
var sherlock = new Sherlock({
Expand Down

0 comments on commit d3bfa35

Please sign in to comment.