diff --git a/umap/static/umap/img/24-white.svg b/umap/static/umap/img/24-white.svg index fa1e822b..98e4bf9a 100644 --- a/umap/static/umap/img/24-white.svg +++ b/umap/static/umap/img/24-white.svg @@ -1,4 +1,9 @@ + + + + + @@ -6,12 +11,6 @@ - - - - - - @@ -34,25 +33,30 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/umap/static/umap/img/24.svg b/umap/static/umap/img/24.svg index 7e3303f9..6d760791 100644 --- a/umap/static/umap/img/24.svg +++ b/umap/static/umap/img/24.svg @@ -1,4 +1,9 @@ + + + + + @@ -15,12 +20,6 @@ - - - - - - @@ -69,16 +68,23 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/umap/static/umap/img/source/24-white.svg b/umap/static/umap/img/source/24-white.svg index d0f5374f..5113d7fd 100644 --- a/umap/static/umap/img/source/24-white.svg +++ b/umap/static/umap/img/source/24-white.svg @@ -2,7 +2,7 @@ - + @@ -13,7 +13,17 @@ - + + + + + + + + + + + @@ -22,12 +32,6 @@ - - - - - - @@ -50,25 +54,30 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/umap/static/umap/img/source/24.svg b/umap/static/umap/img/source/24.svg index 69396804..ab7c400e 100644 --- a/umap/static/umap/img/source/24.svg +++ b/umap/static/umap/img/source/24.svg @@ -2,7 +2,7 @@ - + @@ -13,7 +13,17 @@ - + + + + + + + + + + + @@ -30,12 +40,6 @@ - - - - - - @@ -84,16 +88,23 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index b61113ea..7733e29d 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -58,9 +58,9 @@ L.U.Map.include({ 'embed', 'locate', 'measure', - 'tilelayers', 'editinosm', 'datalayers', + 'tilelayers', 'star', ], @@ -288,8 +288,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, ]