Skip to content

Commit f1b61e4

Browse files
committed
leaflet对接echarts
1 parent 2651b89 commit f1b61e4

File tree

88 files changed

+2498
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2498
-412
lines changed

build/build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>自定义打包</title>
55
<meta charset="UTF-8">
6-
<link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
6+
<link href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
77
<style type="text/css">
88
body {
99
font: 12px/1.4 Verdana, sans-serif;

build/deps.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ var deps = {
140140
"Visual": {
141141
"title": "Visual",
142142
"description": "--可视化",
143+
"EChartMapLayer":{
144+
"name": "ECharts地图图层",
145+
"src": [
146+
"./src/Leaflet/Visual/EChartMapLayer.js"
147+
]
148+
}
143149
// "AnimatorVector": {
144150
// "name": "时空数据图层",
145151
// "src": [

0 commit comments

Comments
 (0)