D3.js geoCylindricalStereographic()函数
D3.js 是一个 JavaScript 库,用于在 Web 浏览器中生成动态、交互式数据可视化。它利用可缩放矢量图形、HTML5 和级联样式表标准。
d3.js 中的 CylindricalEqualArea()函数用于绘制圆柱立体投影。
句法:
d3.geoCylindricalStereographic()
参数:此方法不接受任何参数。
返回值:此方法从给定的 json 数据创建 CylindricalStereographic 投影。
示例 1:以下示例绘制了以 (0, 0) 为中心和 0 旋转的世界的 CylindricalStereographic 投影。
输出:
示例 2 :以下示例在更改中心和旋转后绘制世界的圆柱立体投影。
输出: