-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use unique feature id from tileset if provided #463
Use unique feature id from tileset if provided #463
Conversation
This pull request has been linked to Shortcut Story #253930: Unique id property from fields. |
Pull Request Test Coverage Report for Build 2977824999
💛 - Coveralls |
0c45464
to
db60905
Compare
}); | ||
|
||
// prettier-ignore | ||
expect(properties).toEqual([ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice test here @bbecquet 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think changes make sense. Confirm with @padawannn and please go ahead with the release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work
Description
Shortcut: https://app.shortcut.com/cartoteam/story/253930/unique-id-property-from-fields
Modify the feature filter for tiles to take into account the newly provided explicit unique ID, so features are properly identified and not counted multiple times if they intersect multiple tiles.
Type of change