Skip to content

Commit 49d2a81

Browse files
committed
Add 'tile_providers.py' example
1 parent b1b1dbf commit 49d2a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ run-examples:
3636
(cd examples && PYTHONPATH=.. ../.env/bin/python frankfurt_newyork.py)
3737
(cd examples && PYTHONPATH=.. ../.env/bin/python freiburg_area.py)
3838
(cd examples && PYTHONPATH=.. ../.env/bin/python geodesic_circles.py)
39+
(cd examples && PYTHONPATH=.. ../.env/bin/python tile_providers.py)
3940
(cd examples && PYTHONPATH=.. ../.env/bin/python us_capitals.py)
4041

4142
.PHONY: test

0 commit comments

Comments
 (0)