Fix AW-1355
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
8e55308df9
commit
f9934ccf27
@ -150,9 +150,11 @@ export class MapEffects {
|
||||
for (let f of action.features) {
|
||||
extend(extent, (f as Feature).getGeometry().getExtent());
|
||||
}
|
||||
}
|
||||
if(action.features && action.features.length >0) {
|
||||
actions.push(new mapActions.SetExtent(extent));
|
||||
}
|
||||
}
|
||||
}
|
||||
return actions;
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user