From db31aa119e7368d002d7eb86fff3bc47ea2a8905 Mon Sep 17 00:00:00 2001 From: Joachim Schleicher Date: Thu, 14 Sep 2023 10:36:23 +0200 Subject: [PATCH] Add outlinkTarget to default interactionProperties Fix #1312 --- umap/static/umap/js/umap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index cd741808..27414e33 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1115,6 +1115,7 @@ L.U.Map.include({ 'showLabel', 'labelDirection', 'labelInteractive', + 'outlinkTarget', 'shortCredit', 'longCredit', 'permanentCredit', @@ -1482,6 +1483,7 @@ L.U.Map.include({ 'options.showLabel', 'options.labelDirection', 'options.labelInteractive', + 'options.outlinkTarget', ] builder = new L.U.FormBuilder(this, popupFields, { callback: function (e) {