X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/d94931845cb63c472f458080d7a1c5321f0aa502..586f7f836124af2ea87b5f580c9e92b671ba4b1f:/src/config.js diff --git a/src/config.js b/src/config.js deleted file mode 100644 index 08196fd..0000000 --- a/src/config.js +++ /dev/null @@ -1,10 +0,0 @@ -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": "" -};