Skip to content

Commit

Permalink
Fixe panTo action, adding mapStateSource: null to reducer (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
kappu72 authored and mbarto committed Jul 19, 2017
1 parent a283551 commit 0c8b889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/client/reducers/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ function mapConfig(state = null, action) {
action.center.crs,
'EPSG:4326');
return assign({}, state, {
center
center,
mapStateSource: null
});
}
case CHANGE_MAP_STYLE: {
Expand Down

0 comments on commit 0c8b889

Please sign in to comment.