comparison client/src/components/Maplayer.vue @ 1613:f2d24dceecc7

refac: cleanup import paths
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 12:38:58 +0100
parents 0ded4c56978e
children a005816388b7
comparison
equal deleted inserted replaced
1612:b5061deb9ab9 1613:f2d24dceecc7
48 * 48 *
49 * Author(s): 49 * Author(s):
50 * * Thomas Junk <thomas.junk@intevation.de> 50 * * Thomas Junk <thomas.junk@intevation.de>
51 * * Bernhard E. Reiter <bernhard.reiter@intevation.de> 51 * * Bernhard E. Reiter <bernhard.reiter@intevation.de>
52 */ 52 */
53 import { HTTP } from "../lib/http"; 53 import { HTTP } from "@/lib/http";
54 import { mapGetters, mapState } from "vuex"; 54 import { mapGetters, mapState } from "vuex";
55 import "ol/ol.css"; 55 import "ol/ol.css";
56 import { Map, View } from "ol"; 56 import { Map, View } from "ol";
57 import { WFS, GeoJSON } from "ol/format.js"; 57 import { WFS, GeoJSON } from "ol/format.js";
58 import { Stroke, Style, Fill } from "ol/style.js"; 58 import { Stroke, Style, Fill } from "ol/style.js";