Skip to content

Commit dd6828b

Browse files
committed
fix esheatmap.html js请求不到问题
1 parent d34844e commit dd6828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leaflet/ESHeatMap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<script type="text/javascript" src="http://cdn.bootcss.com/leaflet/1.0.3/leaflet.js"></script>
3535
<script type="text/javascript" src="http://cdn.bootcss.com/elasticsearch/13.0.1/elasticsearch.min.js"></script>
3636
<script type="text/javascript" src="../../dist/iclient9-leaflet.min.js"></script>
37-
<script type="text/javascript" src="https://cdn.rawgit.com/davetroy/geohash-js/master/geohash.js"></script>
37+
<script type="text/javascript" src="http://iclient.supermapol.com/libs/geohash/geohash.js"></script>
3838
<script type="text/javascript">
3939
var map,
4040
timeControl,

0 commit comments

Comments
 (0)