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 == 'getPhyLayerInfoCallBack') {
1657
+ if (callback && type == 'getPhyLayerInfoCallback') {
1658
1658
  callback(data);
1659
1659
  }
1660
1660
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.12",
3
+ "version": "0.15.13",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {