]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
map position box was hidden behind map
authorMarc Tobias Metten <mtmail@gmx.net>
Thu, 8 Mar 2018 14:39:50 +0000 (15:39 +0100)
committerMarc Tobias Metten <mtmail@gmx.net>
Thu, 8 Mar 2018 14:39:50 +0000 (15:39 +0100)
TODO.md
src/assets/css/search.css

diff --git a/TODO.md b/TODO.md
index e44d7788b5d02ed7e6f1404e840847b8382c2e3c..655455a18bd45036280126b71fe683ba9f24d14a 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -4,14 +4,12 @@
 
 ## Essential
 
-* JS error on http://localhost:8000/reverse.html?format=html&lat=51.72702815704774&lon=8.701171874999998&zoom=
 * test in MSIE https://github.com/WebReflection/url-search-params
 * Nominatim backend API
    * need /status to support &format=json
    * need /details to support &format=json
 * reverse: zoom not set
 http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484374999999&zoom=
-* error message on API error or timeout
 * search page: add pagination, moreurl
 * search page: add viewbox
 * details page: add "There are more child objects which are not shown" back in
@@ -26,7 +24,6 @@ http://localhost:8000/reverse.html?format=html&lat=52.3755991766591&lon=7.646484
 * config vs config.local.js
 * should it be possible to add comments to config?
 * snake_case vs camelCase
-* support for proxy environment variables?
 * support nearlat,nearlon parameters
 * need a `<link href="nominatim.xml" rel="search" title="Nominatim Search" type="application/opensearchdescription+xml">` file
 * do we an /src/assets directory?
index 36ef0fb3300515a19de06a8eb85e8bddf4c31ae6..f7448f7ad664e877f017e69a82e182a4d1eb9a9e 100755 (executable)
@@ -65,7 +65,7 @@ form label {
   color: #333;
   font-size: 11px;
   background-color: rgba(255, 255, 255, 0.7);
-  z-index: 100;
+  z-index: 1000;
 }
 
 #map-position-close {