Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このような位置情報付きの 3D 棒グラフを作成したいと思います
d3.js は3D マップ プロジェクションを処理できます
kartograph に似た結果を得るために、特定の座標にバーを投影する方法はありますか?
D3 の投影データには、長方形の xy が緯度経度点にあるバーを配置できます。D3 の衛星投影の例を次に示します。
http://bl.ocks.org/4531633
Kartograph の例のスタイルに合わせるには、関連付けられているポイントの投影に関連して四角形を回転させ、不透明度を調整する必要があります。