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.
如何使用节点球形墨卡托?他们的 github 页面上没有任何有价值的示例https://github.com/mapbox/node-sphericalmercator
你想做什么?例如,为了计算给定图块的边界框,您可以调用new SphericalMercator({size: 256}).bbox(x, y, z).
new SphericalMercator({size: 256}).bbox(x, y, z)