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 b9b34dd commit 29d23e7Copy full SHA for 29d23e7
examples/mapboxgl/binaryClassification.html
@@ -22,8 +22,7 @@
22
<script type="text/javascript" include="bootstrap,vue" src="../js/include-web.js"></script>
23
<script include="iclient-mapboxgl-vue,mapbox-gl-enhance" src="../../dist/mapboxgl/include-mapboxgl.js"></script>
24
<script>
25
- var host = window.isLocal ? window.server : "https://iserver.supermap.io";
26
- var modelUrl = host + '/web/data/machine_learning/binary_classification/model.json';
+ var modelUrl = 'https://iclient.supermap.io/web/data/machine_learning/binary_classification/model.json';
27
var img = document.querySelector('#tileImg16');
28
var canvas = document.querySelector('#data-canvas1');
29
var ctx = canvas.getContext('2d');
0 commit comments