Skip to content

Fuzzy places#594

Merged
camdendotlol merged 4 commits intodevelopfrom
cm/fuzzy-places
Apr 9, 2026
Merged

Fuzzy places#594
camdendotlol merged 4 commits intodevelopfrom
cm/fuzzy-places

Conversation

@camdendotlol
Copy link
Copy Markdown
Contributor

@camdendotlol camdendotlol commented Apr 8, 2026

Summary

This PR adds the ability to store a certainty radius, in KM, at the top level of a place's geometry using a new MapCertaintyControl component.

@camdendotlol camdendotlol marked this pull request as ready for review April 9, 2026 19:00
@camdendotlol camdendotlol requested a review from blms April 9, 2026 19:00
Copy link
Copy Markdown
Contributor

@blms blms left a comment

Choose a reason for hiding this comment

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

Overall looks great! Just one tiny question about types.

id: number,
geometry_json: string
geometry_json: string,
properties: string
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should properties be a required string or an (optional?) object with certainty_radius as an optional key?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good question - I think at the point that the type is used (when the data is being transformed to go to the server), the JSON has been stringified, so that's why geometry_json is also a string.

@camdendotlol camdendotlol merged commit a15b2fd into develop Apr 9, 2026
@camdendotlol camdendotlol deleted the cm/fuzzy-places branch April 9, 2026 21:21
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.

2 participants