comparison pkg/models/waterway.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
children f1c3fe8b79f5
comparison
equal deleted inserted replaced
1676:4407ecaa2192 1677:53304db85888
1 // This is Free Software under GNU Affero General Public License v >= 3.0
2 // without warranty, see README.md and license for details.
3 //
4 // SPDX-License-Identifier: AGPL-3.0-or-later
5 // License-Filename: LICENSES/AGPL-3.0.txt
6 //
7 // Copyright (C) 2018 by via donau
8 // – Österreichische Wasserstraßen-Gesellschaft mbH
9 // Software engineering by Intevation GmbH
10 //
11 // Author(s):
12 // * Sascha L. Teichmann <sascha.teichmann@intevation.de>
13
14 package models
15
16 type WaterwayAxisImport struct {
17 URL string `json:"url"`
18 FeatureType string `json:"feature-type"`
19 SortBy string `json:"sort-by"`
20 SendEmail bool `json:"send-email"`
21 }