From 725e42c59791e23f36e556e9e2ff020f7e224a0f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 16 Jun 2018 22:55:57 +0200 Subject: [PATCH] Set r variable in tilelayer preview --- umap/static/umap/js/umap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index 2c8a8634..173c614f 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -31,7 +31,7 @@ L.Map.mergeOptions({ name: '', description: '', displayPopupFooter: false, - demoTileInfos: {s: 'a', z: 9, x: 265, y: 181}, + demoTileInfos: {s: 'a', z: 9, x: 265, y: 181, r: ''}, licences: [], licence: '', enableMarkerDraw: true,