diff --git a/modules/io/export.js b/modules/io/export.js index bcf802ad..4d9f2a88 100644 --- a/modules/io/export.js +++ b/modules/io/export.js @@ -157,8 +157,7 @@ async function getMapURL(type, options = {}) { noWater = false, noScaleBar = false, noIce = false, - fullMap = false, - for3DRender = false + fullMap = false } = options; if (fullMap) drawScaleBar(1); diff --git a/modules/ui/3d.js b/modules/ui/3d.js index ffe65299..0fa647f8 100644 --- a/modules/ui/3d.js +++ b/modules/ui/3d.js @@ -427,8 +427,7 @@ window.ThreeD = (function () { const mapOptions = { noLabels: options.labels3d, noWater: options.extendedWater, - fullMap: true, - for3DRender: true + fullMap: true }; const url = await getMapURL("mesh",mapOptions); const canvas = document.createElement("canvas");