Paul Mach
Paul Mach
The Point type is defined as a `[2]float64` for performance reasons. Making it a `[]float64` would make a pointer to slice header with a pointer to data. much slower. I...
I created a pr to add Extension to `SchemaRef`. If this approach is agreed I can expand to all *Refs. https://github.com/getkin/kin-openapi/pull/901
I have verified that https://github.com/getkin/kin-openapi/pull/901 adds the support needed to fix my use-case in oapi-codegen
The Tile -> Bound -> 4 Tiles problem is expected. A tile is "closed" on 2 sides and "open" on the others (I think it's the top and left that...
Oh snap, looks like refs.go is auto generated. Please see if you like this change, then I make the change to `refs.sh`.
I made the following changes: * moved tests in ref_test.go into refs_issue222_test.go and refs_issue247_test.go * added validation options `AllowExtensionsWithRef` (default) and `ProhibitExtensionsWithRef` * updated refs.sh to generate the code *...
I rebased on the latest master. Hoping to get this into the next release.
Hi @fenollp, I rebased again on the latest master. Hoping to get this into the next release.
what coordinate system does it use? Probably, looks 2d.
Is "Foreign/extra members in a feature collection" not what you need? https://github.com/paulmach/orb/tree/master/geojson#foreignextra-members-in-a-feature-collection