20210928

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
20210928 [2021/09/28 09:02] 133.11.144.1020210928 [Unknown date] (現在) – 削除 - 外部編集 (Unknown date) 127.0.0.1
行 1: 行 1:
-====== 20210928 ====== 
- 
-===== Captureエリア内のデータの取得 ===== 
- 
-<% /* キャプチャエリア内のサンプルの組成を取得 */ %> 
-    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