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 = {
actions: {
INITIATE_MAP({ state, rootGetters, dispatch }) {
const project = rootGetters.project
let mapDefaultViewCenter = [37.7749, -122.4194]; // defaultMapView.center;
let mapDefaultViewZoom = 13; // defaultMapView.zoom;
let mapDefaultViewCenter = [46, 2]; // defaultMapView.center;
let mapDefaultViewZoom = 5; // defaultMapView.zoom;
mapUtil.createMap({
mapDefaultViewCenter,
mapDefaultViewZoom,
......
......@@ -397,7 +397,7 @@ export default {
relation_type: "Doublon",
feature_to: {
title: "Éolienne offshore",
creator: "Babar",
creator: "Mr Dupont",
created_on: new Date().toDateString(),
feature_type: {
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