Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

HARP-14862: add tile coordinates to pick results #2220

Merged
merged 1 commit into from
Jun 18, 2021
Merged

HARP-14862: add tile coordinates to pick results #2220

merged 1 commit into from
Jun 18, 2021

Conversation

dbacarel
Copy link
Member

Signed-off-by: Daniele Bacarella daniele.bacarella@here.com

Thank you for contributing to harp.gl!

Before requesting a pull request, please remember to check the following documents:

If you are adding new functionality we would highly appreciate if you can describe what is the capability you are adding and even better if you can add some examples. Please also remember to add tests for it.

CI Check

Our bots will check whether your PR can be directly integrated into the mainline. We have some internal integration tests running on the background, our bots will inform you of the next steps and someone from our team will take a look and help if needed!

And please do not forget to sign-off your commit! You can read more about DCO here. But, in short, you just need to use git commit -s or append --signoff when you are committing to the repo.

Happy contributing!

@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #2220 (2f78e55) into master (f0176d0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2220   +/-   ##
=======================================
  Coverage   67.15%   67.16%           
=======================================
  Files         312      312           
  Lines       27679    27680    +1     
  Branches     6182     6183    +1     
=======================================
+ Hits        18589    18591    +2     
+ Misses       9090     9089    -1     
Impacted Files Coverage Δ
@here/harp-mapview/lib/PickHandler.ts 83.89% <100.00%> (+0.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f0176d0...2f78e55. Read the comment docs.

const pickResult: PickResult = {
type: PickObjectType.Unspecified,
point: intersection.point,
distance: intersection.distance,
dataSourceName: intersection.object.userData?.dataSource,
intersection
intersection,
tilekey: tile?.tileKey
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please name the property "tileKey"

Copy link
Member

@nzjony nzjony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a test in PickHandlerTest.ts, or describe why it isn't possible.

@dbacarel dbacarel force-pushed the harp-14862 branch 4 times, most recently from 1a1aeb0 to 8507d02 Compare June 18, 2021 11:12
@nzjony
Copy link
Member

nzjony commented Jun 18, 2021

rebase please

Change-Id: Ie66a291dbad257fca2f61c74cd6f372e6e9f7dcc
Signed-off-by: Daniele Bacarella <daniele.bacarella@here.com>
@github-actions
Copy link

Rebase succeeded.

@dbacarel dbacarel closed this Jun 18, 2021
@dbacarel dbacarel reopened this Jun 18, 2021
@dbacarel dbacarel closed this Jun 18, 2021
@dbacarel dbacarel reopened this Jun 18, 2021
@dbacarel dbacarel closed this Jun 18, 2021
@dbacarel dbacarel reopened this Jun 18, 2021
@dbacarel dbacarel closed this Jun 18, 2021
@dbacarel dbacarel reopened this Jun 18, 2021
@nzjony nzjony merged commit 81f8e59 into master Jun 18, 2021
@nzjony nzjony deleted the harp-14862 branch June 18, 2021 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants