From 2516a7990b399248a714a58ce186d05d3b4cfa37 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 30 Nov 2019 11:08:35 +0100 Subject: [PATCH] use https URLs --- README.md | 2 +- src/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3bf77c..0f1d3e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nominatim-UI -Frontend for [Nominatim](http://nominatim.org/) ([source](https://github.com/openstreetmap/Nominatim/)) geocoder. +Frontend for [Nominatim](https://nominatim.org/) ([source](https://github.com/openstreetmap/Nominatim/)) geocoder. Preview version. See TODO file. diff --git a/src/config.js b/src/config.js index 08196fd..2d7bc68 100644 --- a/src/config.js +++ b/src/config.js @@ -5,6 +5,6 @@ var Nominatim_Config = { "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_URL": "https://{s}.tile.osm.org/{z}/{x}/{y}.png", "Map_Tile_Attribution": "" }; -- 2.45.1