comparison client/src/map/Maplayer.vue @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents 3da707172772
children e89be4af3a9f
comparison
equal deleted inserted replaced
1018:ab64c76af1b0 1019:ca628dce90dd
22 } 22 }
23 } 23 }
24 </style> 24 </style>
25 25
26 <script> 26 <script>
27 /*
28 * This is Free Software under GNU Affero General Public License v >= 3.0
29 * without warranty, see README.md and license for details.
30 *
31 * SPDX-License-Identifier: AGPL-3.0-or-later
32 * License-Filename: LICENSES/AGPL-3.0.txt
33 *
34 * Copyright (C) 2018 by via donau
35 * – Österreichische Wasserstraßen-Gesellschaft mbH
36 * Software engineering by Intevation GmbH
37 *
38 * Author(s):
39 * Thomas Junk <thomas.junk@intevation.de>
40 */
27 import { HTTP } from "../application/lib/http"; 41 import { HTTP } from "../application/lib/http";
28 import { mapGetters, mapState } from "vuex"; 42 import { mapGetters, mapState } from "vuex";
29 import "ol/ol.css"; 43 import "ol/ol.css";
30 import { Map, View } from "ol"; 44 import { Map, View } from "ol";
31 import Feature from "ol/Feature"; 45 import Feature from "ol/Feature";