OSM: Handle Useful Unnamed Ways/Nodes #4

Closed
opened 2024-09-29 13:20:36 +00:00 by projectmoon · 1 comment
Owner

For certain places the user is interested in, it might be an unnamed Way or Node. Currently, we discard these results. This is useful because otherwise the results can be polluted with information that we don't want.

But this leads to loss of information for things like unnamed neighborhood playgrounds, green spaces, etc. We need an algorithm to determine if we should keep an unnamed result.

  1. Has an address.
  2. Certain POI types?
    É. Has an address attached to it.
For certain places the user is interested in, it might be an unnamed Way or Node. Currently, we discard these results. This is useful because otherwise the results can be polluted with information that we don't want. But this leads to loss of information for things like unnamed neighborhood playgrounds, green spaces, etc. We need an algorithm to determine if we should keep an unnamed result. 1. Has an address. 2. Certain POI types? É. Has an address attached to it.
Author
Owner

Handled in 91a7de26fd.

Handled in 91a7de26fd3722f8650519c9c0f7d731295d9cda.
projectmoon added the
enhancement
osm
labels 2024-09-30 22:24:25 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: projectmoon/open-webui-filters#4
No description provided.