demarches-normaliennes/app/javascript/shared/carto.js

6 lines
147 B
JavaScript
Raw Normal View History

2018-10-03 10:39:35 +02:00
const LON = '2.428462';
const LAT = '46.538192';
const DEFAULT_POSITION = { lon: LON, lat: LAT, zoom: 5 };
export { DEFAULT_POSITION, LAT, LON };