We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b1dbf commit 49d2a81Copy full SHA for 49d2a81
Makefile
@@ -36,6 +36,7 @@ run-examples:
36
(cd examples && PYTHONPATH=.. ../.env/bin/python frankfurt_newyork.py)
37
(cd examples && PYTHONPATH=.. ../.env/bin/python freiburg_area.py)
38
(cd examples && PYTHONPATH=.. ../.env/bin/python geodesic_circles.py)
39
+ (cd examples && PYTHONPATH=.. ../.env/bin/python tile_providers.py)
40
(cd examples && PYTHONPATH=.. ../.env/bin/python us_capitals.py)
41
42
.PHONY: test
0 commit comments