dot-gl
Version:
An Interactive React Map Library with Redux.
2 lines (1 loc) • 374 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0});const e=require("@reduxjs/toolkit").createSlice({name:"mapStyle",initialState:{styleUrl:"https://demotiles.maplibre.org/style.json"},reducers:{updateMapStyle:(e,t)=>{e.styleUrl=t.payload?.styleUrl??e.styleUrl}}}),{updateMapStyle:t}=e.actions,l=e.reducer;exports.mapStyleReducer=l,exports.updateMapStyle=t;