From 04cb0fa119856ffb63cf0beaa96a0a22d40575c0 Mon Sep 17 00:00:00 2001 From: dcooley <=> Date: Thu, 7 Dec 2023 09:31:59 +1100 Subject: [PATCH] removed dimensions --- inst/htmlwidgets/mapdeck.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inst/htmlwidgets/mapdeck.js b/inst/htmlwidgets/mapdeck.js index 2c655a24..2a3071bd 100644 --- a/inst/htmlwidgets/mapdeck.js +++ b/inst/htmlwidgets/mapdeck.js @@ -78,8 +78,8 @@ HTMLWidgets.widget({ views: [ new deck.MapView({ id: el.id, repeat: x.repeat_view, - width: width, - height: height +// width: width, +// height: height }) ], map: false, container: el.id, @@ -94,8 +94,8 @@ HTMLWidgets.widget({ views: [ new deck.MapView({ id: el.id, repeat: x.repeat_view, - width: width, - height: height +// width: width, +// height: height }) ], mapboxApiAccessToken: x.access_token,