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

Places Nearby issues with polygon POIs #385

Open
davecraig opened this issue Feb 24, 2025 · 0 comments
Open

Places Nearby issues with polygon POIs #385

davecraig opened this issue Feb 24, 2025 · 0 comments

Comments

@davecraig
Copy link
Contributor

There are a couple of issues with my initial naive implementation of Places Nearby.

  1. There's are lots of duplications. We crop point POIs to the tile that they are on, but allow polygon POIs to cross over. This results in multiple entries which aren't being de-duplicated.
  2. Clicking on a polygon POI in the Places Nearby list pin points the POI at the nearest point to our current location.

I guess both of these issues would be resolved by having a point only POI FeatureTree which we could use for Places Nearby, but is that over the top? Or could we allow multiple Geometry for POI Features i.e. Point and Polygon?

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

No branches or pull requests

1 participant