]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/config.js
details page: addressline.isaddress is a boolean, not t/f string
[nominatim-ui.git] / src / config.js
index e1272bf16f37e09488fee03a8d9eaf42f50b1111..4f51e62699a09517ca5ea25f212694d7995a4d2e 100644 (file)
@@ -1,12 +1,11 @@
 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/',
+  "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": ""
 };