From a4c0b31fc97beffb67dde843b62f79f0998659a9 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 30 Jan 2019 11:34:59 +0100 Subject: [PATCH] Expose original map URI in full export fix #659 --- umap/static/umap/js/umap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index f4b7ff01..1e90180f 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1046,6 +1046,7 @@ L.U.Map.include({ serialize: function () { var umapfile = { type: 'umap', + uri: window.location.href, properties: this.exportOptions(), geometry: this.geometry(), layers: []