Add drawing shapes on a vector map
1 unresolved thread
1 unresolved thread
Closes MIN-9
Merge request reports
Activity
Filter activity
requested review from @KonradAt
mentioned in merge request !242 (merged)
added 3 commits
-
68b24fe5...81ba249b - 2 commits from branch
feat/MIN-23-setup-vector-map
- 8cb0001e - chore: resolve merge conflicts
-
68b24fe5...81ba249b - 2 commits from branch
1 import getPolygonCoords from '@/components/Map/MapVectorViewer/utils/shapes/getPolygonCoords'; 2 import getEllipseCoords from '@/components/Map/MapVectorViewer/utils/shapes/getEllipseCoords'; 3 import { UsePointToProjectionResult } from '@/utils/map/usePointToProjection'; 4 import Polygon from 'ol/geom/Polygon'; 5 import { Coordinate } from 'ol/coordinate'; 6 import { Shape } from '@/types/models'; 7 8 export default function getMultiPolygons({ changed this line in version 4 of the diff
added 8 commits
-
8cb0001e...66dfd911 - 7 commits from branch
feat/MIN-23-setup-vector-map
- 8f84fe05 - Merge branch 'feat/MIN-23-setup-vector-map' of...
-
8cb0001e...66dfd911 - 7 commits from branch
added 1 commit
- d1e484f9 - refactor(vector-map): rename getMultiPolygons to getMultiPolygon
reset approvals from @KonradAt by pushing to the branch
added 3 commits
-
d1e484f9...aa276cbb - 2 commits from branch
development
- c7f765d0 - chore: resolve merge conflicts
-
d1e484f9...aa276cbb - 2 commits from branch
mentioned in commit cbc6edbe
Please register or sign in to reply