We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c1869 + 27c7821 commit 96f570fCopy full SHA for 96f570f
src/openlayers/mapping/WebMap.js
@@ -345,6 +345,9 @@ export class WebMap extends Observable {
345
// 经纬网
346
if(mapInfo.grid && mapInfo.grid.graticule) {
347
that.createGraticuleLayer(mapInfo.grid.graticule);
348
+ that.isAdded++;
349
+ const lens = mapInfo.layers ? mapInfo.layers.length : 0;
350
+ that.sendMapToUser(lens + 1);
351
}
352
} else {
353
// 不支持的坐标系
0 commit comments