下面是我開始寫的一些代碼,墨卡託投影基於this answer。 using System;
using System.Drawing;
namespace CoordinatesTool
{
public class GeoPoint
{
public double Longitude { get; set; }
public double L
我想在兩個城市之間的墨卡托地圖上繪製折線。例如起點: Location berlin = new Location(52.517, 13.40);
Location tokio = new Location(35.70,139.767);
它應該看起來像一條航線。 所以我的計劃是在兩個城市之間經過的所有經度值,並計算相應的緯度值: LocationCollection locationCol
我想用多邊形填充表格。我得到的8字節數字代表lat和lng。這些數字是x和y座標。那麼,第一名和第二名的含義是什麼? var aSrid = sphericalmercator.forward([lng, lat]); // [x, y] are returned values
現在我創建MySQL函數。什麼是正確的: POLYGON((x y, x y, x y, ...))
or
PO
我需要從Node.js.中的Lat,Lng獲得墨卡託座標。我可以使用一些模塊(例如,node-sphericalmercator)。但是,這意味着計算節點服務器上進行,而不是在MySQL: // Here is pseudo code example
var sphericalmercator = new Sphericalmercator();
res = "SELECT ALL lat,