UNPKG

react-mapfilter

Version:

A React Component for viewing and filtering GeoJSON

12 lines (9 loc) 192 B
const mapStyles = (state = [], {type, payload = {}}) => { switch (type) { case 'REPLACE_MAP_STYLE': return payload default: return state } } export default mapStyles