UNPKG

@ciniki/iclient-maplibregl

Version:

@supermapgis/iclient-maplibregl 是一套基于 Maplibre GL 的云 GIS 网络客户端开发平台, 支持访问 SuperMap iServer / iEdge / iPortal / iManager / Online 的地图、服务和资源,为用户提供了完整专业的 GIS 能力, 同时提供了优秀的可视化功能。

11 lines (10 loc) 273 B
import '../../core/Base'; import maplibregl from 'maplibre-gl'; export default class MapManager extends maplibregl.Map { loadImage(url, callback) { return super.loadImage(url).then((image) => { callback(null, image.data); return image.data; }); } }