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.
- package/egovamap/egovaBI.js +1 -0
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -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;
|