Skip to content

Commit

Permalink
Made the example file smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Apr 4, 2024
1 parent fc626dc commit 46cf423
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/data/borders.json

This file was deleted.

1 change: 1 addition & 0 deletions examples/data/historical_country_borders.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/plugins/test_timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def test_timeline():
m = folium.Map()

data = json.load(open("./examples/data/borders.json"))
data = json.load(open("./examples/data/historical_country_borders.json"))
timeline = plugins.Timeline(
data,
).add_to(m)
Expand Down

0 comments on commit 46cf423

Please sign in to comment.