go-spatial / geom

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

Geojson Parser #14

Closed tetriscode closed 6 years ago

tetriscode commented 6 years ago

An initial pass at GeoJSON parser. There are few changes that needed to be made because they were solutions for writing only. The Type field in the Feature struct for example needs to be of type string or alias string.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 55


Changes Missing Coverage Covered Lines Changed/Added Lines %
encoding/geojson/geojson.go 62 88 70.45%
<!-- Total: 62 88 70.45% -->
Totals Coverage Status
Change from base Build 50: -2.4%
Covered Lines: 2416
Relevant Lines: 3122

💛 - Coveralls