comparison pkg/controllers/routes.go @ 4922:9bd6a0ca63ea fairway-marks-import

Add import for fairway marks of type BOYLAT
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Feb 2020 12:14:36 +0100
parents 8c1a3d5e3962
children b3b2ba09a450
comparison
equal deleted inserted replaced
4920:a9fac2394238 4922:9bd6a0ca63ea
243 "bn", "gm", "fa", "wx", "wa", 243 "bn", "gm", "fa", "wx", "wa",
244 "wg", "dmv", "fd", "dma", 244 "wg", "dmv", "fd", "dma",
245 "sec", "dsec", "dst", "dsr", 245 "sec", "dsec", "dst", "dsr",
246 "fm_bcnlat", 246 "fm_bcnlat",
247 "fm_boycar", 247 "fm_boycar",
248 "fm_boylat",
248 }, "|") 249 }, "|")
249 250
250 api.Handle("/imports/{kind:"+kinds+"}", waterwayAdmin(&mw.JSONHandler{ 251 api.Handle("/imports/{kind:"+kinds+"}", waterwayAdmin(&mw.JSONHandler{
251 Input: importModel, 252 Input: importModel,
252 Handle: manualImport, 253 Handle: manualImport,