export const OSM_TILE_LAYER_ATTRIBUTION = `
&copy; <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors
`;
export const OSM_TILE_LAYER_TEMPLATE = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
