comparison client/src/layers/layers.js @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents 2025074ad835
children 9e3ba050a7f7
comparison
equal deleted inserted replaced
1018:ab64c76af1b0 1019:ca628dce90dd
1 /*
2 * This is Free Software under GNU Affero General Public License v >= 3.0
3 * without warranty, see README.md and license for details.
4 *
5 * SPDX-License-Identifier: AGPL-3.0-or-later
6 * License-Filename: LICENSES/AGPL-3.0.txt
7 *
8 * Copyright (C) 2018 by via donau
9 * – Österreichische Wasserstraßen-Gesellschaft mbH
10 * Software engineering by Intevation GmbH
11 *
12 * Author(s):
13 * Thomas Junk <thomas.junk@intevation.de>
14 */
15
1 import TileWMS from "ol/source/TileWMS.js"; 16 import TileWMS from "ol/source/TileWMS.js";
2 import { Tile as TileLayer, Vector as VectorLayer } from "ol/layer.js"; 17 import { Tile as TileLayer, Vector as VectorLayer } from "ol/layer.js";
3 import OSM from "ol/source/OSM"; 18 import OSM from "ol/source/OSM";
4 import { Stroke, Style, Fill, Text, Circle as CircleStyle } from "ol/style.js"; 19 import { Stroke, Style, Fill, Text, Circle as CircleStyle } from "ol/style.js";
5 import VectorSource from "ol/source/Vector.js"; 20 import VectorSource from "ol/source/Vector.js";