Skip to content

Commit

Permalink
Merge pull request #216 from zacdav/issue211
Browse files Browse the repository at this point in the history
Update mapdeck.js
  • Loading branch information
SymbolixAU committed Aug 9, 2019
2 parents da82c76 + 624df6e commit a3e406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/htmlwidgets/mapdeck.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ HTMLWidgets.widget({

viewState.viewBounds = {
north: nw[1],
east: se[1],
south: se[0],
east: se[0],
south: se[1],
west: nw[0]
};

Expand Down

0 comments on commit a3e406b

Please sign in to comment.