From 1a5276d64905855d4dd5fe228f161e0182655693 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 3 Jul 2023 19:04:36 +0200 Subject: [PATCH] Invert tilelayers and datalayers icons on edit toolbar --- 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 d4d0c6bf..a936e652 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -281,8 +281,8 @@ L.U.Map.include({ const editActions = [ L.U.ImportAction, L.U.EditPropertiesAction, - L.U.ChangeTileLayerAction, L.U.ManageDatalayersAction, + L.U.ChangeTileLayerAction, L.U.UpdateExtentAction, L.U.UpdatePermsAction, ]