peterstace / simplefeatures

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

Add "foreign member" support for GeoJSON features #609

Closed peterstace closed 2 months ago

peterstace commented 2 months ago

Description

Foreign members are top level feature members that are not explicitly mentioned in the GeoJSON spec, but are nonetheless allowed by it (see https://datatracker.ietf.org/doc/html/rfc7946#section-6.1).

Check List

Have you:

Related Issue