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: []