Skip to content

Commit

Permalink
test: different source can display once
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby committed Feb 29, 2024
1 parent 8e1f11a commit 61fb5c6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/cases/plugin_viz_folium.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,27 @@ def test_plugin_viz_folium_outside(self):
"extract_bbox_osm_daxingjichang.osm",
),
)
world.meow()
world.read_network(
target="element",
source="api",
endpoint="ogf",
type="way",
allow_cache=False,
element_id="w28814809v1",
version="2",
)
world.meow()
world.read_network(
target="element",
source="api",
endpoint="ogf",
type="node",
allow_cache=False,
element_id=["w299872168v1", "w299872169v1", "w299872170v1"],
version="1",
)
world.meow()
viz = VizFolium()
viz.add(world)
viz.display()
Expand Down

0 comments on commit 61fb5c6

Please sign in to comment.