Skip to content

Commit da9896f

Browse files
committed
提交修改缩放基准引起的动画demo字体特别大的问题
1 parent e74b6b1 commit da9896f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leaflet/plot_plotGOAnimation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5 class="panel-title text-center" data-i18n="resources.title_plotGOAnimation"
107107
crs: L.CRS.EPSG4326,
108108
center: [35, 104],
109109
maxZoom: 18,
110-
zoom: 3
110+
zoom: 7
111111
});
112112
new L.supermap.TiledMapLayer(url).addTo(map);
113113
var plottingLayer = L.supermap.plotting.plottingLayer("plot", serverUrl);

0 commit comments

Comments
 (0)