colouring-montreal/app/src/frontend/config/map-config.ts

7 lines
136 B
TypeScript
Raw Normal View History

export const defaultMapPosition = {
lat: 51.5245255,
lng: -0.1338422,
zoom: 16
};
export type MapTheme = 'light' | 'night';