|
@@ -125,7 +125,7 @@ export default defineComponent({
|
|
|
let isFeature = false
|
|
|
e.map.forEachFeatureAtPixel(e.pixel, (f) => {
|
|
|
if (!isFeature) {
|
|
|
- if (f.get('_trackId') && !state.trackMap.has(f.get('_trackId'))) {
|
|
|
+ if (f.get('_trackId') && !state.trackMap.has(f.get('_trackId')) && f.get('_historyWsUrl')) {
|
|
|
isFeature = true
|
|
|
if (f.get('featureType') === 'ship') {
|
|
|
handleShipClick(f)
|