Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ldmap

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldmap

2d map visualization lib

  • 0.0.60
  • npm
  • Socket score

Version published
Weekly downloads
64
increased by2033.33%
Maintainers
1
Weekly downloads
 
Created
Source

L.dmap

基于leaflet的地图可视化组件


dmap是基于leaflet(轻量、开源、高效的地图js库)的可视化组件集, 由一系列组件拼装而成, 每个组件都可通过tnpm进行安装,你可以按需加载。

我们使用的模块管理器是 node-cube 你也可以用 browserify.org

文档 http://gitlab.alibaba-inc.com/maliang/ldmap/blob/master/util/doc.md

安装:

npm install node-cube -g

使用:

cube start

http://localhost:9999/demo

接口

1、 .init() 初始化

2、 .data(data) 更新数据,有时数据是异步载入的

3、 update() / .updateData() 数据更新相关的计算和绘制

4、 .render(data) 更新数据并绘制 即 .data方法和updateData方法的叠加

5、 .draw() 仅仅绘制

3、 .hide() 隐藏/回到init刚结束的初始状态而不销毁 hide的时候 必须触发hide事件

4、 .destory() 清除 .destory 彻底销毁元素

事件

常用的有 2d地图: resize movestart moveend data select(点击选择区域)

引用

绘图

L.canvas响应leaflet事件的canvas层库。

数据

map-atlas atlas地图说明

map-data数据资源加载

stream流式数据管理

其他

map-utils 公共方法(配色、动画、几何计算、辅助线、数学、sprite等)

需要日常环境绑定

10.189.224.26 daily.s.aliyun.com# daily

FAQs

Package last updated on 30 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc