[gnome-maps] Overpass: use https
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] Overpass: use https
- Date: Fri, 12 Dec 2014 06:23:50 +0000 (UTC)
commit df06263a367614a573e78d00406e926357b9f323
Author: Marcus Lundblad <ml update uu se>
Date: Thu Dec 11 21:38:29 2014 +0100
Overpass: use https
https://bugzilla.gnome.org/show_bug.cgi?id=741409
src/overpass.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/overpass.js b/src/overpass.js
index 1858f29..752c075 100644
--- a/src/overpass.js
+++ b/src/overpass.js
@@ -32,7 +32,7 @@ const _DEFAULT_OUTPUT_COUNT = 1e6;
const _DEFAULT_OUTPUT_INFO = 'body';
const _DEFAULT_OUTPUT_SORT_ORDER = 'qt';
-const BASE_URL = 'http://overpass-api.de/api/interpreter';
+const BASE_URL = 'https://overpass-api.de/api/interpreter';
const Overpass = new Lang.Class({
Name: 'Overpass',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]