From 08d5a17589573e111ce19b03310caddd480680ea Mon Sep 17 00:00:00 2001 From: Helder Sepulveda Date: Sun, 7 Feb 2021 22:37:21 -0500 Subject: [PATCH] UPdate comment --- 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 66165c3a..07740baa 100644 --- a/gmapcatcher/mapServers/nokia.py +++ b/gmapcatcher/mapServers/nokia.py @@ -1,10 +1,10 @@ ## @package gmapcatcher.mapServers.nokia -# All the interaction with http://maps.nokia.com +# All the interaction with https://wego.here.com/ from gmapcatcher.mapConst import MAP_MAX_ZOOM_LEVEL -## Returns a template URL for the Yahoo mas +## Returns a template URL for the Nokia maps def layer_url_template(layer): map_server_name = ["base", "aerial", "aerial"] map_server_query = ["normal", "hybrid", "terrain"]