Skip to content

Commit

Permalink
geosolutions-it#9018: Dashboard - Zoom in/out on maps connected to a …
Browse files Browse the repository at this point in the history
…3D map

Description:
- remove unnecessary line space
  • Loading branch information
mahmoudadel54 committed Jul 8, 2024
1 parent ef8f885 commit c7cc00e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/client/components/map/openlayers/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ class OpenlayersMap extends React.Component {
_updateMapPositionFromNewProps = (newProps) => {
var view = this.map.getView();
const currentCenter = this.props.center;

const centerIsUpdated = newProps.center.y === currentCenter.y &&
newProps.center.x === currentCenter.x;

Expand Down

0 comments on commit c7cc00e

Please sign in to comment.