File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class Toolbar extends React.Component {
200200 key = "featuresGrid"
201201 placement = "top"
202202 overlay = { < Tooltip id = "toc-tooltip-featuresGrid" > { this . props . text . featuresGridTooltip } </ Tooltip > } >
203- < Button bsStyle = "primary" className = "square-button-md" onClick = { this . brosweData } >
203+ < Button bsStyle = "primary" className = "square-button-md" onClick = { this . browseData } >
204204 < Glyphicon glyph = "features-grid" />
205205 </ Button >
206206 </ OverlayTrigger >
@@ -270,7 +270,7 @@ class Toolbar extends React.Component {
270270 </ ButtonGroup > ) : null ;
271271 }
272272
273- brosweData = ( ) => {
273+ browseData = ( ) => {
274274 this . props . onToolsActions . onBrowseData ( {
275275 url : this . props . selectedLayers [ 0 ] . search . url || this . props . selectedLayers [ 0 ] . url ,
276276 name : this . props . selectedLayers [ 0 ] . name ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class CesiumMap extends React.Component {
6363 componentWillMount ( ) {
6464 /*
6565 this prevent the Safari browser to zoom and mess up with the view.
66- added only for Safari's broswers (mobile and not) bescause from safari 10 it
66+ added only for Safari's browsers (mobile and not) bescause from safari 10 it
6767 won't allow you to disable pinch to zoom with the user-scalable attribute.
6868 see https://stackoverflow.com/questions/4389932/how-do-you-disable-viewport-zooming-on-mobile-safari/39711930#39711930
6969 */
You can’t perform that action at this time.
0 commit comments