go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.25k stars 192 forks source link

Upgrade go-spatial/geom to latest #952

Closed jchamberlain closed 7 months ago

jchamberlain commented 9 months ago

This addresses the second point in #951. The main changes impacting this project are in the slippy package, and include:

ARolek commented 9 months ago

@jchamberlain could you please split this PR into 2 commits: 1 for the vendoring of geom (and go.mod updates) and then a second one for the code changes? Makes review a bit easier.

ARolek commented 8 months ago

@jchamberlain can you rebase against master? I just fixed the docker hub issue (and upgraded Go in the CI) so we can get the CI to pass. Then I can merge this in.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 4ce028e55-PR-952


Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/tegola/cmd/cache/slippy.go 18 20 90.0%
cmd/tegola/cmd/cache/seed_purge.go 9 16 56.25%
server/handle_map_layer_zxy.go 12 24 50.0%
provider/provider.go 4 17 23.53%
<!-- Total: 51 85 60.0% -->
Files with Coverage Reduction New Missed Lines %
provider/provider.go 1 54.29%
cmd/tegola/cmd/cache/cache.go 2 23.56%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 4d93140a4: -0.05%
Covered Lines: 6571
Relevant Lines: 14024

💛 - Coveralls