peterstace / simplefeatures

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

Use `NoValidate` instead of `ConstructorOption` #538

Closed peterstace closed 11 months ago

peterstace commented 11 months ago

Description

This better reflects that there is only a single "constructor option", and will allow better linkage in docs.

See https://github.com/peterstace/simplefeatures/discussions/525

Check List

Have you:

Related Issue