inMap is a big data visualization library based on Baidu map. It focuses on the scatter, heat map, grid and aggregation algorithm. Make it easy to use.
- High performance.
- Worker.
- Multi-layer overlay.
- Friendly API.
- Themes.
Using npm:
npm install inmap --save
Using a script tag for global use:
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=0lPULNZ5PmrFVg76kFuRjezF"></script>
<script type="text/javascript" src="//unpkg.com/inmap/dist/inmap.min.js"></script>
<script>
var inmap = new inMap.Map({
id: 'allmap',
skin: 'Blueness',
center: [105.403119, 38.028658], // center of map
zoom: {
value: 5, // level of map
show: true, // whether to display the zoom button
max: 18,
min: 5
}
})
</script>
Name | Avatar |
---|---|
fengluhome | |
Aresn | |
ChowBu | |
cheekahao | |
chenli8 |
Copyright (c) 2015-present, TalkingData