comparison client/src/layers/Layerselect.vue @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents 449b5ae75289
children 2fda33d55d81
comparison
equal deleted inserted replaced
1018:ab64c76af1b0 1019:ca628dce90dd
20 } 20 }
21 </style> 21 </style>
22 22
23 23
24 <script> 24 <script>
25 /*
26 * This is Free Software under GNU Affero General Public License v >= 3.0
27 * without warranty, see README.md and license for details.
28 *
29 * SPDX-License-Identifier: AGPL-3.0-or-later
30 * License-Filename: LICENSES/AGPL-3.0.txt
31 *
32 * Copyright (C) 2018 by via donau
33 * – Österreichische Wasserstraßen-Gesellschaft mbH
34 * Software engineering by Intevation GmbH
35 *
36 * Author(s):
37 * Thomas Junk <thomas.junk@intevation.de>
38 */
25 import { HTTP } from "../application/lib/http"; 39 import { HTTP } from "../application/lib/http";
26 import LegendElement from "./LegendElement.vue"; 40 import LegendElement from "./LegendElement.vue";
27 export default { 41 export default {
28 props: ["layername", "layerindex", "isVisible"], 42 props: ["layername", "layerindex", "isVisible"],
29 name: "layerselect", 43 name: "layerselect",