File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
folium/templates/tiles/openstreetmap Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- Map data (c) <a href="http://openstreetmap.org">OpenStreetMap</a> contributors
1
+ Data by <a href="http://openstreetmap.org">OpenStreetMap</a>,
2
+ under <a href="http://www.openstreetmap.org/copyright">ODbL</a>.
Original file line number Diff line number Diff line change @@ -458,8 +458,10 @@ def test_map_build(self):
458
458
tile_layers = [
459
459
{'id' : 'tile_layer_' + '0' * 32 ,
460
460
'address' : 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' ,
461
- 'attr' : ('Map data (c) <a href="http://openstreetmap.org">'
462
- 'OpenStreetMap</a> contributors' ),
461
+ 'attr' : ('Data by <a href="http://openstreetmap.org">OpenStreetMap'
462
+ '</a>,\n under '
463
+ '<a href="http://www.openstreetmap.org/copyright">ODbL'
464
+ '</a>.' ),
463
465
'max_zoom' : 20 ,
464
466
'min_zoom' : 1 ,
465
467
'detect_retina' : False ,
You can’t perform that action at this time.
0 commit comments