Skip to content

Commit fdc15c6

Browse files
committed
增加turf插值、分等、格网分析示例。review by caoxinke.
1 parent 6d09580 commit fdc15c6

File tree

9 files changed

+1444
-0
lines changed

9 files changed

+1444
-0
lines changed

examples/img/airportBlue.png

1018 Bytes
Loading

examples/img/airportRed.png

868 Bytes
Loading

examples/img/position.png

442 Bytes
Loading

examples/leaflet/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,10 @@ var exampleConfig = {
639639
name: "空间分析",
640640
thumbnail: "l_turf_transformation.png",
641641
fileName: "turf_transformation"
642+
},{
643+
name: "插值、格网、分等",
644+
thumbnail: "l_turf_analysis.png",
645+
fileName: "turf_analysis"
642646
}]
643647
}
644648
}
15.5 KB
Loading

examples/leaflet/turf_analysis.html

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

examples/openlayers/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@ var exampleConfig = {
582582
name: "空间分析",
583583
thumbnail: "turf_transformation.png",
584584
fileName: "turf_transformation"
585+
}, {
586+
name: "插值、格网、分等",
587+
thumbnail: "ol_turf_analysis.png",
588+
fileName: "turf_analysis"
585589
}]
586590
}
587591
}
15.5 KB
Loading

0 commit comments

Comments
 (0)