13176889840 3 years ago
parent
commit
858a4672cf
  1. 1
      src/views/modules/visual/components/screen-map/index.vue

1
src/views/modules/visual/components/screen-map/index.vue

@ -770,7 +770,6 @@ const vueGis = {
const feature = map.forEachFeatureAtPixel(evt.pixel, function (feature) {
return feature;
});
console.log('feature---111', feature)
if (feature) {
console.log('feature---', feature)

Loading…
Cancel
Save