/* Copyright© 2000 - 2020 SuperMap Software Co.Ltd. All rights reserved.*/ (function () { var r = new RegExp("(^|(.*?\\/))(include-web\.js)(\\?|$)"), s = document.getElementsByTagName('script'), targetScript; for (var i = 0; i < s.length; i++) { var src = s[i].getAttribute('src'); if (src) { var m = src.match(r); if (m) { targetScript = s[i]; break; } } } function inputScript(url) { var script = '"); jQueryInclude = true; } if (inArray(includes, 'jquery') && !jQueryInclude) { inputScript("../plotting/jquery-3.4.1.min.js"); } } load(); window.isLocal = false; window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host; window.version = "10.0.1"; window.preRelease = ""; })();