Skip to content

Commit 39e378d

Browse files
committed
修改IE下leaflet echarts示例不显示底图问题
1 parent adeb715 commit 39e378d

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

examples/3dwebgl/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
3-
<meta charset="UTF-8">
43
<head>
4+
<meta charset="UTF-8">
55
<title>SuperMap 3D-WebGL 示例代码</title>
66
<link rel="shortcut icon" type="image/x-icon" href="../../web/img/favicon.ico"/>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

examples/classic/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
3-
<meta charset="UTF-8">
43
<head>
4+
<meta charset="UTF-8">
55
<title>iClient Classic 示例代码</title>
66
<link rel="shortcut icon" type="image/x-icon" href="../../web/img/favicon.ico"/>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

examples/leaflet/echartsBar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
1212
var map, resultLayer,
13-
url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
13+
url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1414
var url2 = host + "/iserver/services/map-china400/rest/maps/China";
1515
map = L.map('map', {
1616
preferCanvas: true,

examples/leaflet/echartsEffectScatter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
12-
var map, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
12+
var map, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1313
map = L.map('map', {
1414
crs: L.CRS.EPSG4326,
1515
center: [32.67, 109.06],

examples/leaflet/echartsGeoLines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
12-
var map, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
12+
var map, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1313
map = L.map('map', {
1414
crs: L.CRS.EPSG4326,
1515
center: [31.66, 114.88],

examples/leaflet/echartsLineMarker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
12-
var map, resultLayer, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
12+
var map, resultLayer, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1313
var url2 = host + "/iserver/services/map-china400/rest/maps/China";
1414
map = L.map('map', {
1515
crs: L.CRS.EPSG4326,

examples/leaflet/echartsLinesBus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1111
<script type="text/javascript">
1212
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
13-
var map, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
13+
var map, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1414
map = L.map('map', {
1515
crs: L.CRS.EPSG4326,
1616
center: [39.8, 116.5],

examples/leaflet/echartsLinesEffect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1111
<script type="text/javascript">
1212
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
13-
var map, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
13+
var map, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1414
map = L.map('map', {
1515
crs: L.CRS.EPSG4326,
1616
center: [39.8, 116.5],

examples/leaflet/echartsPie.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
12-
var map, resultLayer, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
12+
var map, resultLayer, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1313
var url2 = host + "/iserver/services/map-china400/rest/maps/China";
1414
map = L.map('map', {
1515
crs: L.CRS.EPSG4326,

examples/leaflet/echartsScatter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="text/javascript" include="echarts" src="../../dist/include-leaflet.js"></script>
1010
<script type="text/javascript">
1111
var host = window.isLocal ? document.location.protocol + "//" + document.location.host : "http://support.supermap.com.cn:8090";
12-
var map, resultLayer, url = host + "/iserver/services/map-world/rest/maps/%E4%B8%96%E7%95%8C%E5%9C%B0%E5%9B%BE_Gray";
12+
var map, resultLayer, url = host + "/iserver/services/map-world/rest/maps/世界地图_Gray";
1313
var url2 = host + "/iserver/services/map-china400/rest/maps/China";
1414
map = L.map('map', {
1515
crs: L.CRS.EPSG4326,

0 commit comments

Comments
 (0)