File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 107
107
}
108
108
109
109
// dist
110
- if ( ! inArray ( excludes , 'iclient-openlayers ' ) ) {
110
+ if ( ! inArray ( excludes , 'iclient-ol ' ) ) {
111
111
if ( supportES6 ( ) ) {
112
- inputScript ( "../../dist/openlayers /iclient-openlayers -es6.min.js" ) ;
112
+ inputScript ( "../../dist/ol /iclient-ol -es6.min.js" ) ;
113
113
} else {
114
- inputScript ( "../../dist/openlayers /iclient-openlayers .min.js" ) ;
114
+ inputScript ( "../../dist/ol /iclient-ol .min.js" ) ;
115
115
}
116
116
}
117
- if ( ! inArray ( excludes , 'iclient-openlayers -css' ) ) {
118
- inputCSS ( "../../dist/openlayers /iclient-openlayers .min.css" ) ;
117
+ if ( ! inArray ( excludes , 'iclient-ol -css' ) ) {
118
+ inputCSS ( "../../dist/ol /iclient-ol .min.css" ) ;
119
119
}
120
120
}
121
121
Original file line number Diff line number Diff line change 7
7
< meta charset ="UTF-8 ">
8
8
< title data-i18n ="resources.title_changeTileVersion "> </ title >
9
9
< script type ="text/javascript " src ="../js/include-web.js "> </ script >
10
- < script type ="text/javascript " include ="iclient-openlayers -css " src ="../../dist/ol/include-ol.js "> </ script >
10
+ < script type ="text/javascript " include ="iclient-ol -css " src ="../../dist/ol/include-ol.js "> </ script >
11
11
</ head >
12
12
< body style =" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0; ">
13
13
< div id ="map " style ="margin:0 auto;width: 100%;height: 100% "> </ div >
Original file line number Diff line number Diff line change 117
117
< link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.1.1/css/ol.css ">
118
118
< script type ="text/javascript " src ="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.1.1/build/ol.js "> </ script >
119
119
< script type ="text/javascript " src ="https://iclient.supermap.io/web/libs/openlayers/plugins/ol-mapbox-style/2.11.2/olms.js "> </ script >
120
- < script type ="text/javascript " src ="../../dist/openlayers /iclient-openlayers -es6.min.js "> </ script >
121
- < link rel ="stylesheet " href ="../../dist/openlayers /iclient-openlayers .min.css ">
120
+ < script type ="text/javascript " src ="../../dist/ol /iclient-ol -es6.min.js "> </ script >
121
+ < link rel ="stylesheet " href ="../../dist/ol /iclient-ol .min.css ">
122
122
< script type ="text/javascript ">
123
123
var url = ( window . isLocal ? window . server : "https://iserver.supermap.io" ) +
124
124
"/iserver/services/map-beijing/rest/maps/beijingMap" ;
You can’t perform that action at this time.
0 commit comments