Skip to content

Commit

Permalink
specify wkid exlicitly
Browse files Browse the repository at this point in the history
this should fix travis tests
  • Loading branch information
steveoh committed Feb 10, 2016
1 parent 89ac0a2 commit b5eea48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ define([
new FindAddress({
map: this.map,
apiKey: config.apiKey,
zoomLevel: 17
zoomLevel: 17,
wkid: 3857
}, this.geocodeNode),
new MagicZoom({
map: this.map,
Expand Down

0 comments on commit b5eea48

Please sign in to comment.