Expose original map URI in full export

fix #659
This commit is contained in:
Yohan Boniface 2019-01-30 11:34:59 +01:00
parent f6b2469566
commit a4c0b31fc9

View file

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