mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-05 16:30:37 +02:00
5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
export const updateMapLayers = (actionContext, mapLayerSettings) => {
|
|
actionContext.dispatch('UpdateMapLayers', mapLayerSettings);
|
|
};
|
|
|
|
export default updateMapLayers;
|