Merge branch 'feature/add-map-render-components' into 'development'
feat(map): add render components and tests See merge request !36
No related branches found
No related tags found
Showing
- jest.config.ts 0 additions, 1 deletionjest.config.ts
- package-lock.json 15 additions, 15 deletionspackage-lock.json
- package.json 5 additions, 5 deletionspackage.json
- setupTests.ts 7 additions, 0 deletionssetupTests.ts
- src/components/Map/Map.component.tsx 2 additions, 3 deletionssrc/components/Map/Map.component.tsx
- src/components/Map/MapViewer/MapViewer.component.test.tsx 38 additions, 0 deletionssrc/components/Map/MapViewer/MapViewer.component.test.tsx
- src/components/Map/MapViewer/MapViewer.component.tsx 15 additions, 0 deletionssrc/components/Map/MapViewer/MapViewer.component.tsx
- src/components/Map/MapViewer/MapViewer.constants.ts 1 addition, 0 deletionssrc/components/Map/MapViewer/MapViewer.constants.ts
- src/components/Map/MapViewer/MapViewer.types.ts 3 additions, 0 deletionssrc/components/Map/MapViewer/MapViewer.types.ts
- src/components/Map/MapViewer/index.ts 1 addition, 0 deletionssrc/components/Map/MapViewer/index.ts
- src/components/Map/MapViewer/utils/useOlMap.test.ts 88 additions, 0 deletionssrc/components/Map/MapViewer/utils/useOlMap.test.ts
- src/components/Map/MapViewer/utils/useOlMap.ts 49 additions, 0 deletionssrc/components/Map/MapViewer/utils/useOlMap.ts
- src/components/Map/MapViewer/utils/useOlMapConfig.test.ts 9 additions, 0 deletionssrc/components/Map/MapViewer/utils/useOlMapConfig.test.ts
- src/components/Map/MapViewer/utils/useOlMapConfig.ts 62 additions, 0 deletionssrc/components/Map/MapViewer/utils/useOlMapConfig.ts
- src/components/Map/MapViewer/utils/useOlMapInit.test.ts 9 additions, 0 deletionssrc/components/Map/MapViewer/utils/useOlMapInit.test.ts
- src/components/Map/MapViewer/utils/useOlMapInit.ts 75 additions, 0 deletionssrc/components/Map/MapViewer/utils/useOlMapInit.ts
- src/constants/map.ts 12 additions, 1 deletionsrc/constants/map.ts
- src/redux/map/map.selectors.ts 6 additions, 2 deletionssrc/redux/map/map.selectors.ts
- src/redux/map/map.types.ts 2 additions, 6 deletionssrc/redux/map/map.types.ts
- src/types/fetchDataState.ts 2 additions, 2 deletionssrc/types/fetchDataState.ts
Loading
Please register or sign in to comment