comparison client/src/identify/store.js @ 1019:ca628dce90dd

Licensing information added
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 09:42:32 +0200
parents 3da707172772
children
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 // note that some identified features may not have an id 16 // note that some identified features may not have an id
2 // especially related to drawing in our own vector layer 17 // especially related to drawing in our own vector layer
3 18
4 const IndentifyStore = { 19 const IndentifyStore = {
5 namespaced: true, 20 namespaced: true,