You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ExportChangedWithWhosOnFirstWriter or something like that. Basically the same logic as ExportChanged but that can support whosonfirst/go-writer.Writer. It might actually be easier to write a whosonfirst/go-writer.IOWriter implementation that wraps the WOF stuff and implements io.Writer.
Notes to self:
ExportFeature
Options
method names: remove "Default" prefixExportChangedWithWhosOnFirstWriter
or something like that. Basically the same logic asExportChanged
but that can supportwhosonfirst/go-writer.Writer
. It might actually be easier to write awhosonfirst/go-writer.IOWriter
implementation that wraps the WOF stuff and implementsio.Writer
.feature.go
cc: @tomtaylor
The text was updated successfully, but these errors were encountered: