File tree Expand file tree Collapse file tree
folium/templates/tiles/openstreetmap Expand file tree Collapse file tree 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):
458458 tile_layers = [
459459 {'id' : 'tile_layer_' + '0' * 32 ,
460460 '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>.' ),
463465 'max_zoom' : 20 ,
464466 'min_zoom' : 1 ,
465467 'detect_retina' : False ,
You can’t perform that action at this time.
0 commit comments