Skip to content

Commit b82fb21

Browse files
Add routing sample.
1 parent f410461 commit b82fb21

14 files changed

+915
-14
lines changed

example/html/cloud-projection.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h5>Well Known Text – 3857 (Spherical Mercator): </h5>
277277
<script src="https://cdn.thinkgeo.com/vectormap-icons/2.0.0/webfontloader.js"></script>
278278

279279
<!-- Include the latest version of ThinkGeo's Cloud Client library from our CDN. -->
280-
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.1/thinkgeocloudclient.js"></script>
280+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
281281

282282
<script src="../js/cloud-projection.js"></script>
283283
</body>

example/html/cloud-time-zone.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<script src="https://cdn.thinkgeo.com/vectormap-icons/2.0.0/webfontloader.js"></script>
220220

221221
<!-- Include the latest version of ThinkGeo's Cloud Client library from our CDN. -->
222-
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.2/thinkgeocloudclient-dev.js"></script>
222+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
223223

224224
<!-- Include a library to display dates and times in JavaScript.-->
225225
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>

example/html/color-creation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<script src="https://cdn.thinkgeo.com/vectormap-js/3.0.0/vectormap.js"></script>
238238

239239
<!-- Include the latest version of ThinkGeo's Cloud Client library from our CDN. -->
240-
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.1/thinkgeocloudclient.js"></script>
240+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
241241

242242
<!-- Load the Color Picker library dependency. -->
243243
<script src="../js/jscolor.js"></script>

example/html/elevation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
<script src="https://cdn.thinkgeo.com/vectormap-js/3.0.0/vectormap.js"></script>
437437

438438
<!-- Include the latest version of ThinkGeo's Cloud Client library from our CDN. -->
439-
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.1/thinkgeocloudclient.js"></script>
439+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
440440

441441
<!-- Load the Chart library dependency for diagrammatic presentation. -->
442442
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>

example/html/find-address.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<script src="https://cdn.thinkgeo.com/vectormap-js/3.0.0/vectormap.js"></script>
337337

338338
<!-- Include the latest version of ThinkGeo's Cloud Client library from our CDN. -->
339-
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.1/thinkgeocloudclient.js"></script>
339+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
340340

341341
<script src="../js/find-address.js"></script>
342342

example/html/reverse-geocoding.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<script src="https://cdn.thinkgeo.com/vectormap-icons/2.0.0/webfontloader.js"></script>
293293

294294
<!-- Include the latest version of ThinkGeo's Cloud Client library from our CDN. -->
295-
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.1/thinkgeocloudclient.js"></script>
295+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
296296

297297
<script src="../js/reverse-geocoding.js"></script>
298298

example/html/routing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
</div>
882882
<script src="https://cdn.thinkgeo.com/vectormap-js/3.0.0/vectormap.js"></script>
883883
<script src="https://cdn.thinkgeo.com/vectormap-icons/2.0.0/webfontloader.js"></script>
884-
<script src="../lib/thinkgeocloudclient.js"></script>
884+
<script src="https://cdn.thinkgeo.com/cloudclient-js/1.0.4/thinkgeocloudclient.js"></script>
885885

886886
<script src="../js/routing.js"></script>
887887
</body>

0 commit comments

Comments
 (0)