Skip to content

Commit 285de81

Browse files
修改leaflet-动画示例引用的源地址,保证示例在不翻墙的情况下可用。
1 parent 0f520f0 commit 285de81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/leaflet/12_pulse.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
88
<link rel="stylesheet" href="http://cdn.bootcss.com/leaflet/1.0.3/leaflet.css">
9-
<link rel="stylesheet" href="https://rawgit.com/mapshakers/leaflet-icon-pulse/master/src/L.Icon.Pulse.css"/>
9+
<link rel="stylesheet" href="http://iclient.supermapol.com/libs/leaflet/plugins/leaflet-icon-pulse/L.Icon.Pulse.css"/>
1010
</head>
1111
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;">
1212
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
1313

1414
<script type="text/javascript" src="http://cdn.bootcss.com/leaflet/1.0.3/leaflet.js"></script>
15-
<script type="text/javascript" src="https://rawgit.com/mapshakers/leaflet-icon-pulse/master/src/L.Icon.Pulse.js"></script>
15+
<script type="text/javascript" src="http://iclient.supermapol.com/libs/leaflet/plugins/leaflet-icon-pulse/L.Icon.Pulse.js"></script>
1616
<script type="text/javascript" src="../../dist/iclient9-leaflet.min.js"></script>
1717
<script type="text/javascript">
1818
var map, resultLayer, markers = [],

0 commit comments

Comments
 (0)