Skip to content

Commit 68cfa82

Browse files
author
Martin Journois
committed
Fix CRS in test_map_build (2)
1 parent b25e90e commit 68cfa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ def test_map_build(self):
463463
'max_zoom': 20,
464464
'min_zoom': 1,
465465
'detect_retina': False,
466+
'crs' : 'EPSG3857',
466467
}]
467468
tmpl = {'map_id': 'map_' + '0' * 32,
468469
'lat': 45.5236, 'lon': -122.675,
@@ -473,7 +474,6 @@ def test_map_build(self):
473474
'min_lon': -180,
474475
'max_lon': 180,
475476
'tile_layers': tile_layers,
476-
'crs' : 'EPSG3857',
477477
}
478478
HTML = html_templ.render(tmpl, plugins={})
479479

0 commit comments

Comments
 (0)