Skip to content

Commit 09d2fb4

Browse files
committed
【feature】l7 3D 例子优化倾角
1 parent 265ddfe commit 09d2fb4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

examples/mapboxgl/l7_extrude.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
]
6262
},
6363
center: [114.050008, 22.529272],
64-
zoom: 14.1
64+
zoom: 14.1,
65+
pitch: 60
6566
});
6667

6768
map.on('load', function () {

examples/mapboxgl/l7_heatmap3D.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
center: [96, 29],
6464
zoom: 2,
65-
pitch: 0
65+
pitch: 60
6666
});
6767

6868
map.on('load', function () {

examples/maplibregl/l7_extrude.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
]
6262
},
6363
center: [114.050008, 22.529272],
64-
zoom: 14.1
64+
zoom: 14.1,
65+
pitch: 60
6566
});
6667

6768
map.on('load', function () {

examples/maplibregl/l7_heatmap3D.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
center: [96, 29],
6464
zoom: 2,
65-
pitch: 0
65+
pitch: 60
6666
});
6767

6868
map.on('load', function () {

0 commit comments

Comments
 (0)