peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Add a `String() string` method to `Envelope` #519

Closed peterstace closed 1 year ago

peterstace commented 1 year ago

Description

This is mainly so that users see a useful representation of Envelope when they try to print it out. Otherwise they see something quite ugly that reveals the internal implementation of the Envelope (e.g. the "XOR NaN" optimisation).

Check List

Have you:

Related Issue

peterstace commented 1 year ago

Thanks for reviewing!