如何使用node-sphericalmercator重构器?他们的github页面https://github.com/mapbox/node-sphericalmercator上没有任何有价值的例子
发布于 2019-09-12 00:05:15
你想做什么?例如,为了计算给定磁贴的边界框,可以调用new SphericalMercator({size: 256}).bbox(x, y, z)。
https://stackoverflow.com/questions/19399417
复制相似问题