Skip to content

Commit ec36c87

Browse files
committed
fix ol echarts增量图层示例地图显示比例。
1 parent f5911f9 commit ec36c87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/openlayers/echarts_linesDrawMillionsRailwaysNetwork.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.extend([new ol.supermap.control.Logo()]),
3232
view: new ol.View({
3333
center: [106, 37.94],
34-
zoom: 4,
34+
zoom: 5,
3535
projection: 'EPSG:4326'
3636
}),
3737
layers: [new ol.layer.Tile({

examples/openlayers/echarts_linesDrawMillionsRoadsNetwork_50WFeatures.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.extend([new ol.supermap.control.Logo()]),
3232
view: new ol.View({
3333
center: [106, 37.94],
34-
zoom: 4,
34+
zoom: 5,
3535
projection: 'EPSG:4326'
3636
}),
3737
layers: [new ol.layer.Tile({

examples/openlayers/echarts_linesDrawMillionsWaterSystem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.extend([new ol.supermap.control.Logo()]),
3232
view: new ol.View({
3333
center: [106, 37.94],
34-
zoom: 4,
34+
zoom: 5,
3535
projection: 'EPSG:4326'
3636
}),
3737
layers: [new ol.layer.Tile({

0 commit comments

Comments
 (0)