Skip to content

Commit

Permalink
Map extent URL router
Browse files Browse the repository at this point in the history
Helps with #62
  • Loading branch information
stdavis committed Mar 2, 2015
1 parent 44f9016 commit 2dca0a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Atlas",
"version": "2.3.1",
"dependencies": {
"agrc": "agrc-widgets#2.9.1",
"agrc": "agrc-widgets#2.10.0",
"bootstrap": "~3.2",
"dijit": "~1.10",
"dojo": "~1.10",
Expand Down
3 changes: 2 additions & 1 deletion src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ define([

this.map = new BaseMap(this.mapDiv, {
useDefaultBaseMap: false,
showAttribution: false
showAttribution: false,
router: true
});

this.childWidgets.push(
Expand Down

0 comments on commit 2dca0a4

Please sign in to comment.