comparison pkg/imports/wx.go @ 1677:53304db85888

Waterway axis import: Added route for manual import.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 26 Dec 2018 10:46:17 +0100
parents 8fec3887c7e5
children 2dc7768be0e4
comparison
equal deleted inserted replaced
1676:4407ecaa2192 1677:53304db85888
19 19
20 "gemma.intevation.de/gemma/pkg/common" 20 "gemma.intevation.de/gemma/pkg/common"
21 ) 21 )
22 22
23 type WaterwayAxis struct { 23 type WaterwayAxis struct {
24 URL string `json:"url"` 24 URL string `json:"url"`
25 SortBy string `json:"sort-by"` 25 FeatureType string `json:"feature-type"`
26 SortBy string `json:"sort-by"`
26 } 27 }
27 28
28 const WXJobKind JobKind = "wx" 29 const WXJobKind JobKind = "wx"
29 30
30 type wxJobCreator struct{} 31 type wxJobCreator struct{}