1 Star 0 Fork 0

exlimit / tegola

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
projections.go 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gautam Dey 提交于 2018-04-18 09:50 . Split out geom, and vendored it.
package tegola
import "github.com/go-spatial/geom"
const (
WebMercator = 3857
WGS84 = 4326
)
var (
WebMercatorBounds = &geom.Extent{-20026376.39, -20048966.10, 20026376.39, 20048966.10}
WGS84Bounds = &geom.Extent{-180.0, -85.0511, 180.0, 85.0511}
)
1
https://gitee.com/exlimit/tegola.git
git@gitee.com:exlimit/tegola.git
exlimit
tegola
tegola
60453eb1922d

搜索帮助