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 6395e6f commit 72b7067Copy full SHA for 72b7067
ipyleaflet/geoportal.py
@@ -3,7 +3,7 @@
3
#
4
5
6
-from traitlets import Unicode, Dict
+from traitlets import Unicode
7
from .leaflet import TileLayer, Control
8
9
@@ -38,6 +38,7 @@ class GeoportalLayerSwitcher(Control):
38
_view_name = Unicode('LeafletGeoportalLayerSwitcherView').tag(sync=True)
39
_model_name = Unicode('LeafletGeoportalLayerSwitcherModel').tag(sync=True)
40
41
+
42
class GeoportalSearchEngine(Control):
43
"""GeoportalSearchEngine class, with Control as parent class
44
@@ -47,4 +48,3 @@ class GeoportalSearchEngine(Control):
47
48
49
_view_name = Unicode('LeafletGeoportalSearchEngineView').tag(sync=True)
50
_model_name = Unicode('LeafletGeoportalSearchEngineModel').tag(sync=True)
-
0 commit comments