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 04e676d commit be2e305Copy full SHA for be2e305
examples/leaflet/plot_plotGOAnimation.html
@@ -137,7 +137,7 @@ <h5 class="panel-title text-center" data-i18n="resources.title_plotGOAnimation"
137
138
function loadSmlAndAnimation(){
139
$.getJSON("../data/ZaoYiHuiZhan_Sml.json",function(sitData){
140
- plotting.getSitDataManager().addSmlData(sitData, true);
+ plotting.getSitDataManager().openSmlData(sitData, true);
141
142
$.getJSON("../data/ZaoYiHuiZhan_Animation.json",function(animationJsonData){
143
goAnimationManager.fromJSONData(animationJsonData);
0 commit comments