Skip to content

Commit

Permalink
Fixes for 3D (#1851)
Browse files Browse the repository at this point in the history
- Fix #1849 removing zoom button from cesium navigator
 - Fix #1848 moving the globe switcher in the correct place
  • Loading branch information
offtherailz authored May 19, 2017
1 parent 0c7d62f commit 5cdea5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/client/libs/cesium-navigation/cesium-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
height: 95px;
fill: #68ADFE;
}
#distanceLegendDiv > .navigation-controls > div:nth-child(2) {
/*#distanceLegendDiv > > div:nth-child(2) {*/
#distanceLegendDiv .navigation-controls {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion web/client/plugins/GlobeViewSwitcher.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
GlobeViewSwitcherPlugin: assign(GlobeViewSwitcher, {
Toolbar: {
name: '3d',
position: 5,
position: 10,
alwaysVisible: true,
tool: true,
priority: 1
Expand Down

0 comments on commit 5cdea5b

Please sign in to comment.