Skip to content

Commit a994d8f

Browse files
committed
Merge branch 'develop' of github.com:maptalks/examples into develop
2 parents b7548da + 475374b commit a994d8f

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

10.3 KB
Loading
14.9 KB
Loading
7.7 KB
Loading
3.01 KB
Loading

scripts/thumbnail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import puppeteer from "puppeteer";
66
// name: "basic" 生成 codes/basic 目录下的所有例子的缩略图
77
// name: "basic_3d" 生成 codes/basic/3d 目录下的所有例子的缩略图
88
// name: "basic_3d_line-altitude" 只生成 codes/basic/3d/line-altitude 这一个例子的缩略图
9-
const name = "3d_line-3d-style_altitude";
9+
const name = "gltf_gltf-linestring_draw";
1010

1111
(async () => {
1212
if (name) {

0 commit comments

Comments
 (0)