feat: add map base rendering and centering
parent
c3fc37dc
No related branches found
No related tags found
Showing
- jest.config.ts 0 additions, 1 deletionjest.config.ts
- package-lock.json 21 additions, 52 deletionspackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
- src/components/Map/Map.component.tsx 2 additions, 3 deletionssrc/components/Map/Map.component.tsx
- src/components/Map/MapViewer/MapViewer.component.test.tsx 45 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.ts 46 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 61 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/utils/map/getPointOriginAndShifted.test.ts 59 additions, 0 deletionssrc/utils/map/getPointOriginAndShifted.test.ts
- src/utils/map/getPointOriginAndShifted.ts 29 additions, 0 deletionssrc/utils/map/getPointOriginAndShifted.ts
- src/utils/map/pointToLatLng.test.ts 64 additions, 0 deletionssrc/utils/map/pointToLatLng.test.ts
- src/utils/map/pointToLatLng.ts 31 additions, 0 deletionssrc/utils/map/pointToLatLng.ts
- src/utils/map/usePointToProjection.test.tsx 101 additions, 0 deletionssrc/utils/map/usePointToProjection.test.tsx
Loading
Please register or sign in to comment