egovamap 0.15.5 → 0.15.6

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.
@@ -348,6 +348,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
348
348
  var subUniqueCode = options.subUniqueCode;
349
349
  let queryCallback = function (featureInfos) {
350
350
  var features = featureInfos[queryParam.phyLayerIDs];
351
+ if (!features || !features.length) return;
351
352
  var symbolUrl = "";
352
353
  if (subUniqueCode.indexOf("http") > -1) {
353
354
  symbolUrl = subUniqueCode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.5",
3
+ "version": "0.15.6",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {