go-spatial / geom

Geometry interfaces to help drive interoperability within the Go geospatial community
MIT License
168 stars 37 forks source link

Tile from lat/lon and zoom iterator #4

Closed ear7h closed 6 years ago

ear7h commented 6 years ago

These features corresponds with this PR from the Tegola repo

Todo:

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 6


Changes Missing Coverage Covered Lines Changed/Added Lines %
slippy/tile.go 18 46 39.13%
<!-- Total: 18 46 39.13% -->
Totals Coverage Status
Change from base Build 3: -3.4%
Covered Lines: 1215
Relevant Lines: 1779

💛 - Coveralls
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 8


Changes Missing Coverage Covered Lines Changed/Added Lines %
slippy/tile.go 46 48 95.83%
<!-- Total: 46 48 95.83% -->
Files with Coverage Reduction New Missed Lines %
bbox.go 6 96.77%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 3: 2.3%
Covered Lines: 1390
Relevant Lines: 1879

💛 - Coveralls
ear7h commented 6 years ago

Tests added, ready for review