peterstace / simplefeatures

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

Fix misleading doc comments regarding validation #589

Closed peterstace closed 8 months ago

peterstace commented 8 months ago

Description

There were some doc comments for JSON unmarshalling and SQL (WKB) scanning that referenced constructor options. This change updates the documentation to refer to NoValidate instead.

Check List

Have you:

Related Issue

peterstace commented 8 months ago

Thanks for reviewing!