Skip to content

Commit

Permalink
change map provider
Browse files Browse the repository at this point in the history
  • Loading branch information
remip2 committed Jul 13, 2016
1 parent f9560c8 commit 9623a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/panels/bettermap/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ function (angular, app, _, L, localRequire) {
});

// This could be made configurable?
L.tileLayer('http://otile1.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpg', {
attribution: '"Data, imagery and map information provided by MapQuest, '+
'OpenStreetMap <http://www.openstreetmap.org/copyright> and contributors, ODbL',
L.tileLayer('http://a.tile.openstreetmap.org/{z}/{x}/{y}.png', {
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>',
maxZoom: 18,
minZoom: 2
}).addTo(map);
Expand Down

0 comments on commit 9623a31

Please sign in to comment.