-// The app loads an optional file config.js
-//
-// You can use this file as base for config.js (just copy or rename it), all
-// keys are optional.
-
-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['Images_Base_Url'] = '/mapicons/';
-
-// If the API should return polygons to be displayed on the map
-// Nominatim_Config['Search_AreaPolygons'] = 1;
-// Nominatim_Config['Reverse_Default_Search_Zoom'] = 18;
-
-// ---- MAP ----
-// For what {x}, {y} etc stand for see
-// https://leafletjs.com/reference-1.6.0.html#tilelayer
-// Nominatim_Config['Map_Tile_URL'] = 'https://{s}.tile.osm.org/{z}/{x}/{y}.png';
-
-// Can be text or HTML. To hide set to ''
-// Nominatim_Config['Map_Tile_Attribution'] = '<a href="https://osm.org/copyright">OpenStreetMap contributors</a>';
-
-// Nominatim_Config['Map_Default_Lat'] = 20.0;
-// Nominatim_Config['Map_Default_Lon'] = 0.0;
-// Nominatim_Config['Map_Default_Zoom'] = 2;
-
-// ---- BRANDING ----
-// Nominatim_Config['Page_Title'] = 'Nominatim Demo';