From: marc tobias Date: Thu, 20 Feb 2020 17:12:31 +0000 (+0100) Subject: On reverse when red and blue circle is on map, make sure red is on top X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/b422c48b29a3bfa2f961da015d9a026aff51e3cb?hp=22a3c929f1cd09efbe0dbd14f845331391e9d9cc On reverse when red and blue circle is on map, make sure red is on top --- diff --git a/src/assets/js/searchpage.js b/src/assets/js/searchpage.js index 03b4fe6..57c7a77 100755 --- a/src/assets/js/searchpage.js +++ b/src/assets/js/searchpage.js @@ -68,6 +68,7 @@ function init_map_on_search_page(is_reverse_search, nominatim_results, request_l fillColor: '#ff7800', color: 'red', opacity: 0.75, + zIndexOffset: 100, clickable: false } );