comparison client/src/store/bottlenecks.js @ 1363:d0c4d17ee7ab

add missing authors * add missing authors to license headers after checking in /client/src/
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 26 Nov 2018 12:18:55 +0100
parents ca33ad696594
children 553aadd97087
comparison
equal deleted inserted replaced
1362:ca33ad696594 1363:d0c4d17ee7ab
8 * – Österreichische Wasserstraßen-Gesellschaft mbH 8 * – Österreichische Wasserstraßen-Gesellschaft mbH
9 * Software engineering by Intevation GmbH 9 * Software engineering by Intevation GmbH
10 * 10 *
11 * Author(s): 11 * Author(s):
12 * Markus Kottländer <markuks.kottlaender@intevation.de> 12 * Markus Kottländer <markuks.kottlaender@intevation.de>
13 * Thomas Junk <thomas.junk@intevation.de>
13 */ 14 */
14 import { HTTP } from "../lib/http"; 15 import { HTTP } from "../lib/http";
15 import { WFS } from "ol/format.js"; 16 import { WFS } from "ol/format.js";
16 import { displayError } from "../lib/errors.js"; 17 import { displayError } from "../lib/errors.js";
17 18