Skip to content

Commit 516d39e

Browse files
committed
Use hot style for map
1 parent 02d7f08 commit 516d39e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/static/js/user-map-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
function createBasemap() {
1515
var base_map;
16-
base_map = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}' +
16+
base_map = L.tileLayer('http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}' +
1717
'.png', {
1818
attribution: '© <a href="http://www.openstreetmap.org" target="_parent">OpenStreetMap</a> and contributors, under an <a href="http://www.openstreetmap.org/copyright" target="_parent">open license</a>',
1919
maxZoom: 18

0 commit comments

Comments
 (0)