Skip to content

Commit 6e7a46b

Browse files
committed
修改示例数据存放位置
1 parent d856c5c commit 6e7a46b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/leaflet/12_heatMap_NY.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//145万个点
5353
var radius = 30, opacity = 0.5;
5454
var length = 0;//需要截取示例数据的长度,0表示全部
55-
$.get('./data/nyc-taxi.csv', function (csvstr) {
55+
$.get('../data/nyc-taxi.csv', function (csvstr) {
5656
var result = Papa.parse(csvstr, {skipEmptyLines: true, header: true});
5757
$("#loading").hide();
5858

0 commit comments

Comments
 (0)