]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/js/searchpage.js
control requesting polygons from API without hidden HTML field
[nominatim-ui.git] / src / assets / js / searchpage.js
index 1061712a6cf0afe8ca9f82f34905cf6cd4d31cb3..5455f8e8f6dc542170c4569f4b63cff4cb8d25a9 100755 (executable)
@@ -395,7 +395,7 @@ jQuery(document).ready(function () {
       state: search_params.get('state'),
       country: search_params.get('country'),
       postalcode: search_params.get('postalcode'),
-      polygon_geojson: search_params.get('polygon_geojson') ? 1 : 0,
+      polygon_geojson: get_config_value('Search_AreaPolygons', false) ? 1 : 0,
       viewbox: search_params.get('viewbox'),
       exclude_place_ids: search_params.get('exclude_place_ids'),
       format: 'jsonv2'