|
72 | 72 | inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/third-party/Three/Detector.js"); |
73 | 73 | inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/third-party/globe.js"); |
74 | 74 | } |
| 75 | + if (inArray(includes, 'MapToImg')) { |
| 76 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/MapToImg.js"); |
| 77 | + } |
| 78 | + if (inArray(includes, 'Bar')) { |
| 79 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Bar.js"); |
| 80 | + } |
| 81 | + if (inArray(includes, 'Bar3D')) { |
| 82 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Bar3D.js"); |
| 83 | + } |
| 84 | + if (inArray(includes, 'Circle')) { |
| 85 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Circle.js"); |
| 86 | + } |
| 87 | + if (inArray(includes, 'Line')) { |
| 88 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Line.js"); |
| 89 | + } |
| 90 | + if (inArray(includes, 'Pie')) { |
| 91 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Pie.js"); |
| 92 | + } |
| 93 | + if (inArray(includes, 'Point')) { |
| 94 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Point.js"); |
| 95 | + } |
| 96 | + if (inArray(includes, 'Ring')) { |
| 97 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/graph/Ring.js"); |
| 98 | + } |
| 99 | + if (inArray(includes, 'style')) { |
| 100 | + inputCSS("http://iclient.supermap.io/libs/iclient8c/theme/default/style.css"); |
| 101 | + } |
| 102 | + if (inArray(includes, 'sm-doc')) { |
| 103 | + inputCSS("http://iclient.supermap.io/libs/iclient8c/examples/css/sm-doc.css"); |
| 104 | + } |
| 105 | + if (inArray(includes, 'LargeFormatPrints')) { |
| 106 | + inputScript("http://iclient.supermap.io/libs/iclient8c/examples/js/LargeFormatPrints.js"); |
| 107 | + } |
75 | 108 |
|
76 | 109 | } |
77 | 110 |
|
|
0 commit comments