iclientpy.jupyter.widgets.tilemaplayer 源代码

from ipyleaflet import TileLayer
from traitlets import Unicode
from iclientpy._version import EXTENSION_VERSION


[文档]class TileMapLayer(TileLayer): """ 瓦片图层 """ _view_name = Unicode("SuperMapTileMapLayerView").tag(sync=True) _model_name = Unicode("SuperMapTileMapLayerModel").tag(sync=True) _view_module = Unicode("iclientpy").tag(sync=True) _model_module = Unicode("iclientpy").tag(sync=True) _view_module_version = Unicode(EXTENSION_VERSION).tag(sync=True) _model_module_version = Unicode(EXTENSION_VERSION).tag(sync=True)