]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
On reverse when red and blue circle is on map, make sure red is on top
authormarc tobias <mtmail@gmx.net>
Thu, 20 Feb 2020 17:12:31 +0000 (18:12 +0100)
committermarc tobias <mtmail@gmx.net>
Thu, 20 Feb 2020 17:12:31 +0000 (18:12 +0100)
src/assets/js/searchpage.js

index 03b4fe6cbb7d6b14e3af3a3da6fe763c431bfc36..57c7a772b892439001af3538e6ca8bd8ff7785ff 100755 (executable)
@@ -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
       }
     );