X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/90f2f8630fb1f10fdf7efd7d3dece86517cb2e7c..71b9066d9eed97aee7eff27a25d5c317b6f89595:/src/lib/config_reader.js?ds=sidebyside diff --git a/src/lib/config_reader.js b/src/lib/config_reader.js index 936078d..30a8a1b 100644 --- a/src/lib/config_reader.js +++ b/src/lib/config_reader.js @@ -10,7 +10,8 @@ const Nominatim_Config_Defaults = { Map_Default_Lon: 0.0, Map_Default_Zoom: 2, Map_Tile_URL: 'https://{s}.tile.osm.org/{z}/{x}/{y}.png', - Map_Tile_Attribution: 'OpenStreetMap contributors' + Map_Tile_Attribution: 'OpenStreetMap contributors', + Page_Title: 'Nominatim Demo' }; function get_config_value(str, default_val) {