removed index copy
This commit is contained in:
parent
ebf82c09e9
commit
41463dedff
@ -1,26 +0,0 @@
|
|||||||
import Vue from 'vue'
|
|
||||||
import Vuex from 'vuex'
|
|
||||||
|
|
||||||
import L from 'leaflet'
|
|
||||||
|
|
||||||
import { createPersistedState, createSharedMutations } from 'vuex-electron'
|
|
||||||
|
|
||||||
import modules from './modules'
|
|
||||||
|
|
||||||
Vue.use(Vuex)
|
|
||||||
//https://a.tile.openstreetmap.de
|
|
||||||
//'http://{s}.tile.osm.org/{z}/{x}/{y}.png'
|
|
||||||
|
|
||||||
export default new Vuex.Store({
|
|
||||||
modules,
|
|
||||||
plugins: [
|
|
||||||
createPersistedState(),
|
|
||||||
createSharedMutations()
|
|
||||||
],
|
|
||||||
strict: process.env.NODE_ENV !== 'production',
|
|
||||||
state: { zoom: 13,
|
|
||||||
center: L.latLng(47.413220, -1.219482),
|
|
||||||
url: 'http://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png',
|
|
||||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
|
|
||||||
marker: L.latLng(47.413220, -1.219482)}
|
|
||||||
})
|
|
Loading…
Reference in New Issue
Block a user