Skip to content
Snippets Groups Projects

feat(vector-map): add text for filled compartments in a semantic view

1 unresolved thread

Closes MIN-108

Merge request reports

Merge request pipeline #98591 passed

Merge request pipeline passed for 4f9feae3

Test coverage 87.46% (0.21%) from 1 job

Merged by Miłosz GrocholewskiMiłosz Grocholewski 4 months ago (Nov 27, 2024 9:43am UTC)

Loading

Pipeline #98594 passed

Pipeline passed for 9f466ff6 on development

Test coverage 87.46% (0.21%) 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
4 export default function getDividedExtents(
5 extentsArray: Array<Extent>,
6 dividingExtent: Extent,
7 ): Array<Extent> {
8 let minX1: number;
9 let minY1: number;
10 let maxX1: number;
11 let maxY1: number;
12 const minX2 = dividingExtent[0];
13 const minY2 = dividingExtent[1];
14 const maxX2 = dividingExtent[2];
15 const maxY2 = dividingExtent[3];
16 let leftExtent: Extent;
17 let rightExtent: Extent;
18 let bottomExtent: Extent;
19 let topExtent: Extent;
  • added 1 commit

    • 2dd8b36c - fix(vector-map): remove unnecessary vars and change minFontSize to 1

    Compare with previous version

  • Miłosz Grocholewski deleted the feat/MIN-74-implementing-a-semantic-view branch. This merge request now targets the development branch

    deleted the feat/MIN-74-implementing-a-semantic-view branch. This merge request now targets the development branch

  • added 5 commits

    Compare with previous version

  • mentioned in commit 9f466ff6

  • Please register or sign in to reply
    Loading