X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/6a455ffa0bd1cfea8337ee31867848f5719b47fc..19f626c2a6f4bb6b1b86c640b49a37c6faa1eb3e:/src/config.js diff --git a/src/config.js b/src/config.js index 08196fd..b0c17d0 100644 --- a/src/config.js +++ b/src/config.js @@ -1,10 +1,11 @@ var Nominatim_Config = { - "Nominatim_API_Endpoint": 'http://localhost:8089/nominatim/', - "Images_Base_Url": 'http://localhost:8089/', - "Search_AreaPolygons": 1, - "Map_Default_Lat": 20.0, - "Map_Default_Lon": 0.0, - "Map_Default_Zoom": 2, - "Map_Tile_URL": "http://{s}.tile.osm.org/{z}/{x}/{y}.png", - "Map_Tile_Attribution": "" + "Nominatim_API_Endpoint": 'http://localhost:8089/nominatim/', + "Images_Base_Url": '/mapicons/', + "Search_AreaPolygons": 1, + "Reverse_Default_Search_Zoom": 18, + "Map_Default_Lat": 20.0, + "Map_Default_Lon": 0.0, + "Map_Default_Zoom": 2, + "Map_Tile_URL": "https://{s}.tile.osm.org/{z}/{x}/{y}.png", + "Map_Tile_Attribution": "" };