From c8065fb29e67ae579673f0666175adbf8e4116fd Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 13 Jul 2023 19:30:05 +0200 Subject: [PATCH 1/2] Fix line edit icons fix #1204 --- umap/static/umap/img/16-white.svg | 10 ++++++---- umap/static/umap/img/16.svg | 8 +++++--- umap/static/umap/img/source/16-white.svg | 12 +++++++----- umap/static/umap/img/source/16.svg | 10 ++++++---- umap/static/umap/map.css | 6 +++--- 5 files changed, 27 insertions(+), 19 deletions(-) diff --git a/umap/static/umap/img/16-white.svg b/umap/static/umap/img/16-white.svg index 7a3f3bbc..e9b91538 100644 --- a/umap/static/umap/img/16-white.svg +++ b/umap/static/umap/img/16-white.svg @@ -64,17 +64,19 @@ - + - + - - + + + + diff --git a/umap/static/umap/img/16.svg b/umap/static/umap/img/16.svg index 560919f8..6fd25734 100644 --- a/umap/static/umap/img/16.svg +++ b/umap/static/umap/img/16.svg @@ -127,15 +127,17 @@ - + - - + + + + diff --git a/umap/static/umap/img/source/16-white.svg b/umap/static/umap/img/source/16-white.svg index 4ddaa49f..3bca63f3 100644 --- a/umap/static/umap/img/source/16-white.svg +++ b/umap/static/umap/img/source/16-white.svg @@ -3,7 +3,7 @@ - + @@ -85,17 +85,19 @@ - + - + - - + + + + diff --git a/umap/static/umap/img/source/16.svg b/umap/static/umap/img/source/16.svg index 6c6b3a0a..56879165 100644 --- a/umap/static/umap/img/source/16.svg +++ b/umap/static/umap/img/source/16.svg @@ -3,7 +3,7 @@ - + @@ -145,15 +145,17 @@ - + - - + + + + diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 4da92b16..a710b816 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -704,13 +704,13 @@ ul.photon-autocomplete { background-position: -119px -48px; } .umap-delete-vertex { - background-position: -205px -165px; + background-position: -119px -22px; } .umap-continue-line { - background-position: -165px -5px; + background-position: -96px 1px; } .umap-split-line { - background-position: -205px -45px; + background-position: -120px 1px; } .umap-extract-shape-from-multi{ background-position: -119px 2px; From 4c879ca991d5502215f599b59d1bcb697f0dd726 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 13 Jul 2023 19:34:47 +0200 Subject: [PATCH 2/2] Fix drag-hangle icon missing since svg switch --- umap/static/umap/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index a710b816..460098ab 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -638,7 +638,7 @@ ul.photon-autocomplete { } .umap-browse-datalayers li[draggable] .drag-handle { float: right; - background-position: -130px -130px; + background-position: -72px -72px; margin-right: 5px; cursor: move; }