Skip to content

Commit b6d9201

Browse files
committed
fix iportal例子
1 parent 7f535b8 commit b6d9201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/iclient9-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17539,7 +17539,7 @@ var WebMap = exports.WebMap = _leaflet2["default"].LayerGroup.extend({
1753917539
layerQueue.unshift(layerJson);
1754017540
continue;
1754117541
} else {
17542-
layerInfo.isBaseLayer = true;
17542+
layerJson.isBaseLayer = true;
1754317543
this.createLayer(layerJson.type, layerJson);
1754417544
}
1754517545
}

dist/iclient9-leaflet.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/leaflet/mapping/WebMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export var WebMap = L.LayerGroup.extend({
111111
layerQueue.unshift(layerJson);
112112
continue;
113113
} else {
114-
layerInfo.isBaseLayer = true;
114+
layerJson.isBaseLayer = true;
115115
this.createLayer(layerJson.type, layerJson);
116116
}
117117
}

0 commit comments

Comments
 (0)