const LON = '2.428462'; const LAT = '46.538192'; const DEFAULT_POSITION = { lon: LON, lat: LAT, zoom: 5 }; export { DEFAULT_POSITION, LAT, LON };