egovamap 0.15.12 → 0.15.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1654,7 +1654,7 @@ var EGovaGISMap = function ($container, pScene, prefix, gisParams, mapConfig, co
|
|
|
1654
1654
|
/* 获取图层信息 */
|
|
1655
1655
|
that.getPhyLayerInfo = function (phyLayerID, callback) {
|
|
1656
1656
|
var cb = function (type, data) {
|
|
1657
|
-
if (callback && type == '
|
|
1657
|
+
if (callback && type == 'getPhyLayerInfoCallback') {
|
|
1658
1658
|
callback(data);
|
|
1659
1659
|
}
|
|
1660
1660
|
};
|