20210928

20210928

<% /* キャプチャエリア内のサンプルの組成を取得 / %> mymap.on(“move”, e ⇒ { <% / マップの移動・拡大・縮小時に4隅の緯度経度を取得 / %> console.log(“moved”); var bounds = mymap.getBounds(); var north = bounds.northEast.lat; var south = bounds.southWest.lat; var east = bounds.northEast.lng; var west = bounds.southWest.lng;      <% /* キャプチャエリア内のサンプル情報を取得 */ %> capturedSampleList = [];      markerList.forEach(marker ⇒ { if (south<marker.pos[0] && marker.pos[0]<north){ if (west<marker.pos[1] && marker.pos[1]<east){ capturedSampleList.push(marker.name); } } })      console.log(capturedSampleList); });

  • 20210928.1632819752.txt.gz
  • 最終更新: 2021/09/28 09:02
  • by 133.11.144.10