Skip to content

Commit fe28af7

Browse files
author
Martin Journois
committed
openstreetmap odbl
1 parent 0c02b72 commit fe28af7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
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>.

tests/test_folium.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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>,\nunder '
463+
'<a href="http://www.openstreetmap.org/copyright">ODbL'
464+
'</a>.'),
463465
'max_zoom': 20,
464466
'min_zoom': 1,
465467
'detect_retina': False,

0 commit comments

Comments
 (0)