diff --git a/demos/01_circle.html b/demos/01_circle.html
new file mode 100644
index 0000000000..c427571ff5
--- /dev/null
+++ b/demos/01_circle.html
@@ -0,0 +1,51 @@
+
+
+
+
+
+ 气泡图
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demos/03_choropleths_polygon.html b/demos/03_choropleths_polygon.html
index a9c6ba4da4..e141d1476c 100644
--- a/demos/03_choropleths_polygon.html
+++ b/demos/03_choropleths_polygon.html
@@ -96,7 +96,10 @@ scene.on('loaded', () => {
})
//.render();
- console.log(citylayer);
+
+ citylayer.on('mouseleave',(e)=>{
+ console.log(e);
+ })
citylayer.on('click',(e)=>{
$("#info").css({'left': e.pixel.x,'top':e.pixel.y, display:'block'});
$("#info").html(`${e.feature.properties.area || e.feature.properties.name }${e.feature.properties.pm2_5_24h || 0}
`);
diff --git a/demos/08_arc_line.html b/demos/08_arc_line.html
index 553b9a0d69..ff6eb262c0 100644
--- a/demos/08_arc_line.html
+++ b/demos/08_arc_line.html
@@ -31,47 +31,26 @@ const scene = new L7.Scene({
});
scene.on('loaded', () => {
$.get('https://gw.alipayobjects.com/os/rmsportal/UEXQMifxtkQlYfChpPwT.txt', data => {
- const rows = data.split('\n');
- var features =[];
- for(var i =1;i
diff --git a/demos/json.html b/demos/json.html
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/demos/meshline.html b/demos/meshline.html
deleted file mode 100644
index 612c43868b..0000000000
--- a/demos/meshline.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
- line demo
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demos/polygon_jsondata.html b/demos/polygon_jsondata.html
index cca750f0ca..036e5eb549 100644
--- a/demos/polygon_jsondata.html
+++ b/demos/polygon_jsondata.html
@@ -19,7 +19,7 @@
-
+
+
+
+
+
+