Skip to content

Commit

Permalink
docs: fix example, add folium in dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Oct 6, 2024
1 parent 4bdf353 commit 093ec67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/geodesic.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
initPoint = (LAT_init, LON_init)

# create a base map
# myMap = folium.Map(location=initPoint, zoom_start=10)
myMap = folium.Map(location=initPoint, zoom_start=10)

# construct the lines
haversineLine = []
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dev = ["black==23.9.1",
"Sphinx==7.4.7",
"pre-commit==3.8.0",
"sphinx-gallery==0.17.1",
"matplotlib==3.9.2"]
"matplotlib==3.9.2",
"folium==0.17.0"]

[project.urls]
"Homepage" = "https://github.com/eurocontrol/pybada"
Expand Down

0 comments on commit 093ec67

Please sign in to comment.