UNPKG

@teikei/api

Version:

Teikei API server. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

10 lines (8 loc) 169 B
const wrapFeatureCollection = ctx => { ctx.result = { type: 'FeatureCollection', features: ctx.result } return ctx } export default wrapFeatureCollection