Skip to content

Commit

Permalink
nope; that stops update_view working #137
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU committed May 26, 2019
1 parent 833a7c1 commit cd57a82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions inst/htmlwidgets/mapdeck_location.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ function md_change_location( map_id, map_type, location, zoom, pitch, bearing, d
},
});

window[ map_id + 'map' ].setProps({
viewState: null
});

//window[ map_id + 'map' ].setProps({
// viewState: null
//});

}
}
Expand Down

0 comments on commit cd57a82

Please sign in to comment.