Skip to content

Commit dc748aa

Browse files
committed
【example】修改ol的iportal示例 review by liqian
1 parent aec7121 commit dc748aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/openlayers/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ var exampleConfig = {
424424
name: "地图",
425425
name_en: "Web map",
426426
content: [{
427-
name: "举办过奥运会的城市",
428-
name_en: "city hosted the Olympic Games",
429-
thumbnail: "ol_iPortalWebMap.png",
427+
name: "分段专题图",
428+
name_en: "Range",
429+
thumbnail: "iPortalWebmap_range.png",
430430
fileName: "iportalWebMap"
431431
}]
432432
},
14 KB
Loading

examples/openlayers/iportalWebMap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="UTF-8">
88
<title data-i18n="resources.title_iportalWebMap"></title>
99
<script type="text/javascript" src="../js/include-web.js"></script>
10-
<script type="text/javascript" src="../../dist/ol/include-ol.js"></script>
10+
<script type="text/javascript" include='geostats' src="../../dist/ol/include-ol.js"></script>
1111
</head>
1212
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%; position: absolute;top: 0;">
1313
<div id="map" style="width: 100%;height:100%"></div>

0 commit comments

Comments
 (0)