X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/2516a7990b399248a714a58ce186d05d3b4cfa37..1df5c38175a3d15f8e595f49506b4dfb46e73d29:/src/config.js?ds=sidebyside diff --git a/src/config.js b/src/config.js index 2d7bc68..4f51e62 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": "https://{s}.tile.osm.org/{z}/{x}/{y}.png", - "Map_Tile_Attribution": "" + "Nominatim_API_Endpoint": 'http://localhost:8089/nominatim/', + "Images_Base_Url": 'http://localhost:8089/', + "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": "" };