Skip to content
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

Bug/149 equality checks #220

Merged
merged 4 commits into from
Aug 9, 2023
Merged

Bug/149 equality checks #220

merged 4 commits into from
Aug 9, 2023

Conversation

TimPurdum
Copy link
Collaborator

Closes #149

I was able to remove all equality checks from Geometries and related classes. These do not appear to be necessary anymore to prevent multiple registrations of graphics.

Also, while testing, I noticed that the CSV layer was not supporting the PopupTemplate, which I thought was important for seeing the CSV data, so I added that, and updated the sample with a bit more "pizazz".

@TimPurdum TimPurdum requested a review from AndersenBell August 9, 2023 15:51
Copy link
Collaborator

@AndersenBell AndersenBell left a comment

Choose a reason for hiding this comment

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

Looks good, just 1 question

[JsonConverter(typeof(CSVDelimiterConverter))]
public enum CSVDelimiter
{
Comma,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this need the compiler warning turned off?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yup, good catch! I started a release build after I pushed to make sure, and sure enough, the error is sitting waiting for me.

@TimPurdum TimPurdum merged commit 9af5325 into develop Aug 9, 2023
@TimPurdum TimPurdum deleted the bug/149_equality_checks branch August 9, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Geometry.Point Equals returns true when Lat/Long on both points are null.
2 participants