-
Notifications
You must be signed in to change notification settings - Fork 217
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
Changed POI id to String and removed hashCode. #555
Changed POI id to String and removed hashCode. #555
Conversation
I've added the hashCode on the String, but not sure if this will be unique? |
No, the ID string as a whole is unique. I would simply use that as a unique value if you are having to index the points for some reason. |
@oliverlockwood @jezhiggins Could one of you review this so we can push this to beta or straight to live ideally? This continues to generate feedback and it’s clearly a priority for users. Thanks Hilary for getting this checked out! |
This looks good in principle. Before merging, I think we should:
|
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've now done the testing actions myself and am satisfied.
Thank you! |
To fix #554
This works, but I'm not sure it's a robust solution as I removed the hashCode override.
@mvl22 is the number within the POI ID unique? Or perhaps unique within category?