comparison client/src/store/fairway.js @ 1272:bc55ffaeb639

cleaned up client/src directory better organization of files and directories, better naming, separation of admin and map context
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:07:12 +0100
parents 74562dc29e10
children 99c039e86624
comparison
equal deleted inserted replaced
1268:aca692e73028 1272:bc55ffaeb639
12 * Author(s): 12 * Author(s):
13 * Thomas Junk <thomas.junk@intevation.de> 13 * Thomas Junk <thomas.junk@intevation.de>
14 * Markus Kottländer <markuks.kottlaender@intevation.de> 14 * Markus Kottländer <markuks.kottlaender@intevation.de>
15 */ 15 */
16 import Vue from "vue"; 16 import Vue from "vue";
17 import { HTTP } from "../application/lib/http"; 17 import { HTTP } from "../lib/http";
18 import { prepareProfile } from "../application/lib/geo"; 18 import { prepareProfile } from "../lib/geo";
19 import LineString from "ol/geom/LineString.js"; 19 import LineString from "ol/geom/LineString.js";
20 import { generateFeatureRequest } from "../application/lib/geo.js"; 20 import { generateFeatureRequest } from "../lib/geo.js";
21 import { getLength } from "ol/sphere.js"; 21 import { getLength } from "ol/sphere.js";
22 import { calculateFairwayCoordinates } from "../application/lib/geo.js"; 22 import { calculateFairwayCoordinates } from "../lib/geo.js";
23 import { displayError } from "../application/lib/errors.js"; 23 import { displayError } from "../lib/errors.js";
24 24
25 const DEMOLEVEL = 149.345; 25 const DEMOLEVEL = 149.345;
26 const DEMODATA = 2.5; 26 const DEMODATA = 2.5;
27 27
28 export default { 28 export default {