migrate map to mapbox-gl with a react component

This commit is contained in:
kara Diaby 2020-03-26 10:34:25 +01:00
parent bbaffd7f4b
commit aa56cfd7a0
8 changed files with 402 additions and 6 deletions

View file

@ -0,0 +1,3 @@
import Loadable from '../components/Loadable';
export default Loadable(() => import('../components/MapReader'));