X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/93117a14df2d0aee9109d51edd7d6dad834d8ec4..76b612e16686de1b65a6d14bffd6d14879a6f4c7:/dist/config.example.js diff --git a/dist/config.example.js b/dist/config.example.js index 30da769..cf4df52 100644 --- a/dist/config.example.js +++ b/dist/config.example.js @@ -7,12 +7,11 @@ var Nominatim_Config = []; // Where Nominatim API runs. Remember to add port if needed and trailing slash. // Nominatim_Config['Nominatim_API_Endpoint'] = 'http://localhost/nominatim/'; -Nominatim_Config['Nominatim_API_Endpoint'] = 'https://nominatim.openstreetmap.org/'; // Nominatim_Config['Images_Base_Url'] = '/mapicons/'; // If the API should return polygons to be displayed on the map -// Nominatim_Config['Search_AreaPolygons'] = true; +// Nominatim_Config['Search_AreaPolygons'] = 1; // Nominatim_Config['Reverse_Default_Search_Zoom'] = 18; // ---- MAP ----