Skip to content

Commit

Permalink
Fix broken UI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Oct 1, 2015
1 parent 58daa4b commit 61064b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/client/examples/viewer/plugins/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var GetFeatureInfo = require("../components/GetFeatureInfo");
var MousePosition = require("../../../components/mapcontrols/mouseposition/MousePosition");
var ScaleBox = require("../../../components/ScaleBox/ScaleBox");
var GlobalSpinner = require('../../../components/globalspinner/GlobalSpinner');
var ZoomToMaxExtentButton = require('../../../components/buttons/ZoomToMaxExtentButton');

var mapInfo = require('../../../reducers/mapInfo');
var floatingPanel = require('../reducers/floatingPanel');
Expand Down Expand Up @@ -86,7 +87,7 @@ module.exports = {
loadingLayers={props.mapConfig.loadingLayers}
showSpinner={props.showSpinner}
hideSpinner={props.hideSpinner}
spinnersInfo={props.mapConfig.spinnersInfo} />
spinnersInfo={props.mapConfig.spinnersInfo} />,
<ZoomToMaxExtentButton
key="zoomToMaxExtent"
/>
Expand Down

0 comments on commit 61064b8

Please sign in to comment.