From 90547c132db031e9d50f3503ab87885f79beb554 Mon Sep 17 00:00:00 2001 From: HelderSepu Date: Thu, 3 May 2018 09:09:16 -0400 Subject: [PATCH] Correction to the nokia url template --- gmapcatcher/mapServers/nokia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gmapcatcher/mapServers/nokia.py b/gmapcatcher/mapServers/nokia.py index 89ff24b1..6508a5bd 100644 --- a/gmapcatcher/mapServers/nokia.py +++ b/gmapcatcher/mapServers/nokia.py @@ -7,9 +7,9 @@ ## Returns a template URL for the Yahoo mas def layer_url_template(layer): map_server_query = ["normal", "hybrid", "terrain"] - return 'http://%i.maps.nlp.nokia.com/maptile/2.1/maptile/newest/' + \ + return 'http://%i.base.maps.api.here.com/maptile/2.1/maptile/newest/' + \ map_server_query[layer] + \ - '.day/%i/%i/%i/256/png8?app_id=SqE1xcSngCd3m4a1zEGb&token=r0sR1DzqDkS6sDnh902FWQ&lg=ENG' + '.day/%i/%i/%i/256/png8?app_id=bC4fb9WQfCCZfkxspD4z&app_code=K2Cpd_EKDzrZb1tz0zdpeQ&lg=eng' ## Returns the URL to the nokia map tile