@@ -83,6 +83,9 @@ define([
8383 * users to click on map features to show more information about them. If
8484 * true, the {@link MapView} will render a {@link FeatureInfoView} and
8585 * will initialize "picking" in the {@link CesiumWidgetView}.
86+ * @property {boolean } [showDownloadPanel=false] - Set to true to enable
87+ * the partial download panel, see {@link DownloadPanelView}.
88+ * `showLayerList` must also be set to true.
8689 * @property {string } [clickFeatureAction="showDetails"] - The default
8790 * action to take when a user clicks on a feature on the map. The
8891 * available options are "showDetails" (show the feature details in the
@@ -214,6 +217,9 @@ define([
214217 * scale bar.
215218 * @property {boolean } [showFeatureInfo=true] - Whether or not to allow
216219 * users to click on map features to show more information about them.
220+ * @property {boolean } [showDownloadPanel=false] Whether or not to show
221+ * users the panel that allows partial download of data. `showLayerList`
222+ * must also be set to true.
217223 * @property {string } [clickFeatureAction="showDetails"] - The default
218224 * action to take when a user clicks on a feature on the map. The
219225 * available options are "showDetails" (show the feature details in the
@@ -257,6 +263,7 @@ define([
257263 toolbarOpen : false ,
258264 showScaleBar : true ,
259265 showFeatureInfo : true ,
266+ showDownloadPanel : false ,
260267 clickFeatureAction : "showDetails" ,
261268 showNavHelp : true ,
262269 showFeedback : false ,
0 commit comments