comparison client/src/store/map.js @ 1247:c14353e2cdb9

repositioning of buttons (issue225)
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 08:15:28 +0100
parents 74562dc29e10
children bc55ffaeb639
comparison
equal deleted inserted replaced
1241:a45fa8943254 1247:c14353e2cdb9
35 export default { 35 export default {
36 namespaced: true, 36 namespaced: true,
37 state: { 37 state: {
38 openLayersMap: null, 38 openLayersMap: null,
39 identifiedFeatures: [], // map features identified by clicking on the map 39 identifiedFeatures: [], // map features identified by clicking on the map
40 currentMeasurement: null, // distance or area from drawTool 40 currentMeasurement: null, // distance or area from line-/polygon-/cutTool
41 lineTool: null, // open layers interaction object (Draw) 41 lineTool: null, // open layers interaction object (Draw)
42 polygonTool: null, // open layers interaction object (Draw) 42 polygonTool: null, // open layers interaction object (Draw)
43 cutTool: null, // open layers interaction object (Draw) 43 cutTool: null, // open layers interaction object (Draw)
44 layers: [ 44 layers: [
45 { 45 {