Skip to content
Snippets Groups Projects
Commit b1229980 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

center map on France by default & comments mocked data

parent 0c9b3c06
No related branches found
No related tags found
No related merge requests found
...@@ -119,8 +119,8 @@ const map = { ...@@ -119,8 +119,8 @@ const map = {
actions: { actions: {
INITIATE_MAP({ state, rootGetters, dispatch }) { INITIATE_MAP({ state, rootGetters, dispatch }) {
const project = rootGetters.project const project = rootGetters.project
let mapDefaultViewCenter = [37.7749, -122.4194]; // defaultMapView.center; let mapDefaultViewCenter = [46, 2]; // defaultMapView.center;
let mapDefaultViewZoom = 13; // defaultMapView.zoom; let mapDefaultViewZoom = 5; // defaultMapView.zoom;
mapUtil.createMap({ mapUtil.createMap({
mapDefaultViewCenter, mapDefaultViewCenter,
mapDefaultViewZoom, mapDefaultViewZoom,
......
...@@ -397,7 +397,7 @@ export default { ...@@ -397,7 +397,7 @@ export default {
relation_type: "Doublon", relation_type: "Doublon",
feature_to: { feature_to: {
title: "Éolienne offshore", title: "Éolienne offshore",
creator: "Babar", creator: "Mr Dupont",
created_on: new Date().toDateString(), created_on: new Date().toDateString(),
feature_type: { feature_type: {
title: "Éolienne", title: "Éolienne",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment