1 // You can overwrite any defaults in dist/theme/config.theme.js
3 let Nominatim_Config = {
4 Page_Title: 'Nominatim Demo',
6 // Where Nominatim API runs. Remember to add port if needed and trailing slash.
7 Nominatim_API_Endpoint: 'http://localhost/nominatim/',
9 // relative path or full URL
10 Images_Base_Url: 'mapicons/',
12 // If the API should return polygons to be displayed on the map
13 Search_AreaPolygons: true,
16 Reverse_Default_Search_Zoom: 18,
17 Map_Default_Lat: 20.0,
21 // For what {x}, {y} etc stand for see
22 // https://leafletjs.com/reference-1.6.0.html#tilelayer
23 Map_Tile_URL: 'https://{s}.tile.osm.org/{z}/{x}/{y}.png',
25 // Can be text or HTML. To hide set to ''
26 Map_Tile_Attribution: '<a href="https://osm.org/copyright">OpenStreetMap contributors</a>'