We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8cce2 commit 4385b72Copy full SHA for 4385b72
ipyopenlayers/Map.py
@@ -32,7 +32,6 @@ class TileLayer(Layer):
32
min_zoom = Int(0).tag(sync=True)
33
max_zoom = Int(18).tag(sync=True)
34
35
-
36
class RasterTileLayer(TileLayer):
37
38
_view_name = Unicode('RasterTileLayerView').tag(sync=True)
0 commit comments