X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/c5c43376267646abaa0bcfacc135a841fc2edd26..3d5062bc458e674828760ba0fe07100e3bf69e9b:/src/config.js diff --git a/src/config.js b/src/config.js index e1272bf..94253bc 100644 --- a/src/config.js +++ b/src/config.js @@ -1,12 +1,12 @@ var Nominatim_Config = { - // "Nominatim_API_Endpoint": 'http://localhost:8089/nominatim/', - "Nominatim_API_Endpoint": 'https://nominatim.openstreetmap.org/', - "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": "" + // "Nominatim_API_Endpoint": 'http://localhost:8089/nominatim/', + "Nominatim_API_Endpoint": 'https://nominatim.openstreetmap.org/', + "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": "" };