1 Star 0 Fork 0

exlimit/tegola

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
projections.go 227 Bytes
一键复制 编辑 原始数据 按行查看 历史
package tegola
const (
WebMercator = 3857
WGS84 = 4326
)
var (
WebMercatorBounds = [4]float64{-20026376.39, -20048966.10, 20026376.39, 20048966.10}
WGS84Bounds = [4]float64{-180.0, -85.0511, 180.0, 85.0511}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/exlimit/tegola.git
git@gitee.com:exlimit/tegola.git
exlimit
tegola
tegola
v0.6.4

搜索帮助