mapboxgl的地图事件输出事件时参数不带features属性

map.on("click", "china", (e) => {
  console.log(e);
  console.log(e.features);
});

很疑惑?事件在输出时,features给过滤掉了

posted @ 2023-09-27 15:23  槑孒  阅读(30)  评论(0编辑  收藏  举报