Skip to content

Commit

Permalink
Merge branch 'hotfix/1.12.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Castro committed May 9, 2016
2 parents 3a46f98 + 71f0e58 commit 904f369
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/mmw/mmw/settings/layer_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,13 @@
{
'type': 'mapbox',
'display': 'Streets',
'url': 'https://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png',
'attribution': '&copy; <a href="http://www.thunderforest.com/">Thunderforest</a>, &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
'url': 'https://{s}.tiles.mapbox.com/v4/srgdamia1.d0197125'
'/{z}/{x}/{y}.png?access_token=pk.eyJ1Ijoic3JnZGFtaWExIiwiYSI6ImNpbnJ1bGd5ajEwbDB1YW0zcnE4bjZwaWwifQ.4kGj3EcIdDY4MyBmOEZsrA', #noqa
'attribution': 'Map data &copy; <a href="http://openstreetmap.org">'
'OpenStreetMap</a> contributors, '
'<a href="http://creativecommons.org/licenses/by-sa/'
'2.0/">CC-BY-SA</a>, Imagery &copy; '
'<a href="http://mapbox.com">Mapbox</a>',
'maxZoom': 18,
'default': True,
'basemap': True,
Expand Down

0 comments on commit 904f369

Please sign in to comment.