Skip to content

Commit 6fe4ca6

Browse files
committed
fix CI
1 parent 497032a commit 6fe4ca6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1267
-1042
lines changed

dist/iclient9-openlayers.js

Lines changed: 1216 additions & 1032 deletions
Large diffs are not rendered by default.

dist/iclient9-openlayers.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/openlayers/control/ChangeTileVersion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import './css/ChangeTileVersion.css';
2+
import ol from 'openlayers/dist/ol-debug';
23
ol.supermap = ol.supermap || {};
34
ol.supermap.control = ol.supermap.control || {};
45

src/openlayers/core/StyleUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
import SuperMap from '../../common/SuperMap';
23
import {StyleMap} from '../overlay/vectortile/StyleMap';
34
import {DeafultCanvasStyle} from '../overlay/vectortile/DeafultCanvasStyle';

src/openlayers/core/Util.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
import SuperMap from '../../common/SuperMap';
23
import GeoJSONFormat from '../../common/format/GeoJSON';
34
ol.supermap = ol.supermap || {};

src/openlayers/mapping/Baidu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
export default class Baidu extends ol.source.TileImage {
23

34
constructor(opt_options) {

src/openlayers/mapping/ImageSuperMapRest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
import SuperMap from '../../common/SuperMap';
23
import '../../common/security/SecurityManager';
34
import Util from '../core/Util';

src/openlayers/mapping/SuperMapCloud.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
export default class SuperMapCloud extends ol.source.XYZ {
23

34
constructor(opt_options) {

src/openlayers/mapping/Tianditu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
export default class Tianditu extends ol.source.WMTS {
23

34
constructor(opt_options) {

src/openlayers/mapping/TileSuperMapRest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ol from 'openlayers/dist/ol-debug';
12
import SuperMap from '../../common/SuperMap';
23
import '../../common/security/SecurityManager';
34
import Util from '../core/Util';

0 commit comments

Comments
 (0)