Skip to content

Commit

Permalink
Implement map-tools/extentRouter
Browse files Browse the repository at this point in the history
Closes #202
  • Loading branch information
stdavis committed Jun 19, 2018
1 parent 05ec7fb commit c2c2178
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions _src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ define([

'layer-selector',

'map-tools/extentRouter',
'map-tools/MapView',

'sherlock/providers/WebAPI',
Expand Down Expand Up @@ -54,6 +55,7 @@ define([

LayerSelector,

extentRouter,
AGRCMapView,

WebAPI,
Expand Down Expand Up @@ -215,6 +217,8 @@ define([
container: this.mapDiv
});

extentRouter(this.mapView);

this.agrcMapView = new AGRCMapView(this.mapView);

const center = localStorage.getItem(this.localStorageKeys.center);
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@agrc/dart-board": "2.0.4",
"@agrc/helpers": "1.0.1",
"@agrc/layer-selector": "2.0.2",
"@agrc/map-tools": "2.0.2",
"@agrc/map-tools": "2.1.0",
"@agrc/sherlock": "2.0.2",
"arcgis-js-api": "4.7.2",
"bootstrap": "3.3.6",
Expand Down

0 comments on commit c2c2178

Please sign in to comment.