comparison client/src/components/Zoom.vue @ 2190:ecb0ad836aa0

linting
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Feb 2019 10:04:01 +0100
parents 9212b3d60f2a
children 236da7c20eac
comparison
equal deleted inserted replaced
2189:1e99a4226f3d 2190:ecb0ad836aa0
53 * Author(s): 53 * Author(s):
54 * Markus Kottländer <markus@intevation.de> 54 * Markus Kottländer <markus@intevation.de>
55 * Thomas Junk <thomas.junk@intevation.de> 55 * Thomas Junk <thomas.junk@intevation.de>
56 */ 56 */
57 import { mapState } from "vuex"; 57 import { mapState } from "vuex";
58 import { Tile as TileLayer, Vector as VectorLayer } from "ol/layer.js"; 58 import { Vector as VectorLayer } from "ol/layer.js";
59 59
60 export default { 60 export default {
61 name: "zoom", 61 name: "zoom",
62 computed: { 62 computed: {
63 ...mapState("map", ["openLayersMap"]), 63 ...mapState("map", ["openLayersMap"]),