]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
detail page now adds class parameter to API request
authormarc tobias <mtmail@gmx.net>
Tue, 1 Sep 2020 16:53:24 +0000 (18:53 +0200)
committermarc tobias <mtmail@gmx.net>
Tue, 1 Sep 2020 16:53:24 +0000 (18:53 +0200)
dist/assets/js/nominatim-ui.js
src/assets/js/detailpage.js

index 4b1ba8a880e79b365b61b730ae8d9412d63d9f95..ea301b5ac2dc435e51be1d9d4b43882254145f9d 100644 (file)
@@ -235,6 +235,7 @@ function details_page_load() {
     place_id: search_params.get('place_id'),
     osmtype: search_params.get('osmtype'),
     osmid: search_params.get('osmid'),
+    class: search_params.get('class'),
     keywords: search_params.get('keywords'),
     addressdetails: 1,
     hierarchy: (search_params.get('hierarchy') === '1' ? 1 : 0),
index 23447e96cc98d09224d270d0c0971c24fc9539e4..3a951877a6dee35787795532a400262f6146fad6 100644 (file)
@@ -63,6 +63,7 @@ function details_page_load() {
     place_id: search_params.get('place_id'),
     osmtype: search_params.get('osmtype'),
     osmid: search_params.get('osmid'),
+    class: search_params.get('class'),
     keywords: search_params.get('keywords'),
     addressdetails: 1,
     hierarchy: (search_params.get('hierarchy') === '1' ? 1 : 0),