docs: 移除地球模式点图层demo (#1330)

Co-authored-by: Dreammy23 <echo.cmy@antgroup.com>
This commit is contained in:
Dreammy23 2022-09-07 15:52:49 +08:00 committed by GitHub
parent 1abed43e70
commit 177d0f48cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 12 deletions

View File

@ -66,3 +66,9 @@ scene.on('loaded', () => {
earthlayer.setEarthTime(4.0);
});
// {
// "filename": "cylinder.js",
// "title": "圆柱图层",
// "screenshot":"https://gw.alipayobjects.com/mdn/rms_816329/afts/img/A*v26ESpAZd1AAAAAAAAAAAAAAARQnAQ"
// }

View File

@ -65,3 +65,9 @@ scene.on('loaded', () => {
earthlayer.setEarthTime(4.0);
});
// {
// "filename": "point.js",
// "title": "点图层",
// "screenshot":"https://gw.alipayobjects.com/mdn/rms_816329/afts/img/A*-kG0TIHBfvgAAAAAAAAAAAAAARQnAQ"
// },

View File

@ -3,16 +3,5 @@
"zh": "地球模式 - 点图层",
"en": "Earth Mode - pointLayer"
},
"demos": [
{
"filename": "point.js",
"title": "点图层",
"screenshot":"https://gw.alipayobjects.com/mdn/rms_816329/afts/img/A*-kG0TIHBfvgAAAAAAAAAAAAAARQnAQ"
},
{
"filename": "cylinder.js",
"title": "圆柱图层",
"screenshot":"https://gw.alipayobjects.com/mdn/rms_816329/afts/img/A*v26ESpAZd1AAAAAAAAAAAAAAARQnAQ"
}
]
"demos": []
}