Skip to content

Commit

Permalink
Correction to the nokia url template
Browse files Browse the repository at this point in the history
  • Loading branch information
heldersepu committed May 3, 2018
1 parent d1adf25 commit 90547c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gmapcatcher/mapServers/nokia.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90547c1

Please sign in to comment.