We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d64886 commit 9a7406eCopy full SHA for 9a7406e
examples/leaflet/plot_plotGOAnimation.html
@@ -139,6 +139,8 @@ <h5 class="panel-title text-center" data-i18n="resources.title_plotGOAnimation"
139
$.getJSON("../data/ZaoYiHuiZhan_Sml.json",function(sitData){
140
plotting.getSitDataManager().openSmlData(sitData, true);
141
142
+ plottingLayer = plotting.getSitDataManager().getSitDataLayers()[0];
143
+ drawControl.setDrawingLayer(plottingLayer);
144
$.getJSON("../data/ZaoYiHuiZhan_Animation.json",function(animationJsonData){
145
goAnimationManager.fromJSONData(animationJsonData);
146
});
0 commit comments