Skip to content

Commit

Permalink
1029-1-remove getMapSwipeValue method
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie committed Sep 27, 2019
1 parent a9fabc3 commit a58810c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions contribs/gmf/src/permalink/Permalink.js
Original file line number Diff line number Diff line change
Expand Up @@ -1059,16 +1059,6 @@ PermalinkService.prototype.getBackgroundLayerOpacity = function() {
return opacity_ === undefined ? null : opacity_ / 100;
};


/**
* Get the mapswipe layer value to use to initialize the map from the state manager.
* @return {?string} map swipe value.
*/
PermalinkService.prototype.getMapSwipeValue = function() {
const mapSwipeValue_ = this.ngeoStateManager_.getInitialStringValue(PermalinkParam.MAP_SWIPE);
return mapSwipeValue_ === undefined ? null : mapSwipeValue_;
};

/**
* Called when the background layer changes. Update the state using the
* background layer label, i.e. its name.
Expand Down

0 comments on commit a58810c

Please sign in to comment.