Skip to content

Commit

Permalink
OSM -> EsriStreet
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 6, 2022
1 parent 004fb1d commit ddff63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holoviews/tests/test_annotators.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from holoviews import Overlay
from holoviews.annotators import annotate, PointAnnotator, PathAnnotator
from holoviews.element import Points, Path, Table
from holoviews.element.tiles import OSM, Tiles
from holoviews.element.tiles import EsriStreet, Tiles

from holoviews.tests.plotting.bokeh.test_plot import TestBokehPlot

Expand All @@ -25,7 +25,7 @@ def test_compose_annotators(self):
self.assertEqual(len(tables), 3)

def test_annotate_overlay(self):
layout = annotate(OSM() * Points([]), annotations=['Label'])
layout = annotate(EsriStreet() * Points([]), annotations=['Label'])

overlay = layout.DynamicMap.I[()]
tables = layout.Annotator.PointAnnotator[()]
Expand Down

0 comments on commit ddff63c

Please sign in to comment.