Skip to content

Commit

Permalink
更新Timeline示例
Browse files Browse the repository at this point in the history
  • Loading branch information
L-hikari authored Aug 9, 2024
1 parent 635ffc4 commit 72a5dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Timeline/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
const marker = new BMapGL.Marker(new BMapGL.Point(116.404844, 39.921354));
map.addOverlay(marker);

const timeline = new Timeline({
const timeline = new BMapGLLib.Timeline({
map,
times: [
'2024-01-01',
Expand Down

0 comments on commit 72a5dfc

Please sign in to comment.