Closed straup closed 3 years ago
Something like:
IsAlt(flags.ExistentialFlag) bool
But that begs the question of how you filter on a specific alternate geometry or geometries. If we did something like we did for placetypes:
HasPlacetypes(flags.PlacetypeFlag) bool HasAlternates(flags.AlternateFlag) bool
We will need to change the go-whosonfirst-spr interface.
go-whosonfirst-spr
This is done as of v0.0.15
Something like:
But that begs the question of how you filter on a specific alternate geometry or geometries. If we did something like we did for placetypes:
We will need to change the
go-whosonfirst-spr
interface.