Skip to content
Snippets Groups Projects

Add drawing shapes on a vector map

Merged Miłosz Grocholewski requested to merge feat/MIN-9-drawing-shapes-vector-map into development
1 unresolved thread

Closes MIN-9

Merge request reports

Merge request pipeline #95731 passed

Merge request pipeline passed for f54cbfe6

Test coverage 89.13% (0.00%) from 1 job

Merged by Miłosz GrocholewskiMiłosz Grocholewski 5 months ago (Oct 8, 2024 1:43pm UTC)

Loading

Pipeline #95732 passed

Pipeline passed for cbc6edbe on development

Test coverage 89.13% (0.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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({
  • Konrad Przybysz approved this merge request

    approved this merge request

  • added 8 commits

    Compare with previous version

  • added 1 commit

    • d1e484f9 - refactor(vector-map): rename getMultiPolygons to getMultiPolygon

    Compare with previous version

  • Miłosz Grocholewski reset approvals from @KonradAt by pushing to the branch

    reset approvals from @KonradAt by pushing to the branch

  • Konrad Przybysz approved this merge request

    approved this merge request

  • Miłosz Grocholewski deleted the feat/MIN-23-setup-vector-map branch. This merge request now targets the development branch

    deleted the feat/MIN-23-setup-vector-map branch. This merge request now targets the development branch

  • added 3 commits

    Compare with previous version

  • added 2 commits

    • 91e78b1b - Add vector rendering switch
    • f54cbfe6 - Merge branch 'feat/MIN-32-vector-rendering-switch' into 'feat/MIN-9-drawing-shapes-vector-map'

    Compare with previous version

  • mentioned in commit cbc6edbe

  • Please register or sign in to reply
    Loading