From 5bd6769f4366560f1b021be1e0b5ced0b04b1ec9 Mon Sep 17 00:00:00 2001 From: Mike Davlantes Date: Mon, 8 Feb 2016 18:02:50 -0700 Subject: [PATCH] Added 'draggable' property to identify config object After looking through CMV docs, it seemed most appropriate to just put this property here. The sample config object in the docs is for viewer.js or custom info windows and this is a pretty straightforward setting. --- viewer/js/config/identify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/viewer/js/config/identify.js b/viewer/js/config/identify.js index 2baefba3e..6ef057733 100644 --- a/viewer/js/config/identify.js +++ b/viewer/js/config/identify.js @@ -4,6 +4,7 @@ define({ mapRightClickMenu: true, identifyLayerInfos: true, identifyTolerance: 5, + draggable: false, // config object definition: // {:{