Add option to search for specific amenities and keep it permanently displayed on the map #2362
Labels
No labels
Accessibility
Accessibility
Address
Address
Android
Android
Android Auto
Android Auto
Android Automotive (AAOS)
Android Automotive (AAOS)
API
API
AppGallery
AppGallery
AppStore
AppStore
Battery and Performance
Battery and Performance
Blocker
Blocker
Bookmarks and Tracks
Bookmarks and Tracks
Borders
Borders
Bug
Bug
Build
Build
CarPlay
CarPlay
Classificator
Classificator
Community
Community
Core
Core
CrashReports
CrashReports
Cycling
Cycling
Desktop
Desktop
DevEx
DevEx
DevOps
DevOps
dev_sandbox
dev_sandbox
Directions
Directions
Documentation
Documentation
Downloader
Downloader
Drape
Drape
Driving
Driving
Duplicate
Duplicate
Editor
Editor
Elevation
Elevation
Enhancement
Enhancement
Epic
Epic
External Map Datasets
External Map Datasets
F-Droid
F-Droid
Fonts
Fonts
Frequently User Reported
Frequently User Reported
Fund
Fund
Generator
Generator
Good first issue
Good first issue
Google Play
Google Play
GPS
GPS
GSoC
GSoC
iCloud
iCloud
Icons
Icons
iOS
iOS
Legal
Legal
Linux Desktop
Linux Desktop
Linux packaging
Linux packaging
Linux Phone
Linux Phone
Mac OS
Mac OS
Map Data
Map Data
Metro
Metro
Navigation
Navigation
Need Feedback
Need Feedback
Night Mode
Night Mode
NLnet 2024-06-281
NLnet 2024-06-281
No Feature Parity
No Feature Parity
Opening Hours
Opening Hours
Outdoors
Outdoors
POI Info
POI Info
Privacy
Privacy
Public Transport
Public Transport
Raw Idea
Raw Idea
Refactoring
Refactoring
Regional
Regional
Regression
Regression
Releases
Releases
RoboTest
RoboTest
Route Planning
Route Planning
Routing
Routing
Ruler
Ruler
Search
Search
Security
Security
Styles
Styles
Tests
Tests
Track Recording
Track Recording
Translations
Translations
TTS
TTS
UI
UI
UX
UX
Walk Navigation
Walk Navigation
Watches
Watches
Web
Web
Wikipedia
Wikipedia
Windows
Windows
Won't fix
Won't fix
World Map
World Map
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/organicmaps-tmp#2362
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to request the following feature: option to search for all OSM amenities (https://wiki.openstreetmap.org/wiki/Key:amenity) and keep it permanently displayed on the map.
For example, for drinking water:
Tag:amenity=drinking_water
(https://wiki.openstreetmap.org/wiki/Tag:amenity%3Ddrinking_water). Currently it is possible to find these tags by openingSearch > Categories > Water
(which displays "Drinking Water", "Spring" and "Water Well").First, it would be a great add-on to be able to search for specific amenities (by typing
amenity=
in the search function).Second, for the Drinking Water example, it would be better to give the option to select specifically "Drinking Water" (i.e. inside
Search > Categories > Water
, we would see "All" (which would correspond to the current display setup when "Water" is pressed), "Drinking Water", "Spring", "Water Well", etc.).Last, it would be great to have the option to always show some specific amenities. In the example above, Drinking Water would always be displayed on the map no matter if I search for something else or plan a route.
You can now type any amenity (from supported by OM, see this file) in the search directly, and see it on the map. Why do you need it in a more complex way?
Thanks for sharing the categories file.
I have found the following code snippet:
For me is now clear what is displayed when "Water" is pressed inside "Categories". The way to search and find Drinking Water by typing "Drinking/Potable water" is better than the one suggested by me. Thus, my first suggestion in the OP can be disregarded.
Regarding the second, our main goal is to teach users that they can type anything in the search and find it. Extending categories does not solve this problem and takes a lot of our development time. As you already understood, all "categories" UI leads to a simple pasting of the search keyword into the search field. Users can and should do it directly. And we should focus on how to teach users that it is possible.
Regarding the last, can you please elaborate? What problem are you trying to solve?
The idea is to give the option to overlay chosen amenities on the map.
Here is an example from OsmAnd for Drinking Water: no matter what I search, Drinking Water POI is always shown:
So it is not related to the search, but to the map rendering.
What is the use-case, when you manually go and select something to be always visible, instead of searching it and seeing search results on the map? Why do you think it is important for other users?
If we blindly start copying OSMand features, Organic Maps can become as complex as OSMand, and it is not our goal.
Some use cases to always overlay user defined POI:
The first case is already implemented in a more convenient way: a user can search for anything while in walking/cycling/car navigation mode. And search results will be highlighted on the map while navigating. Did you discover this option?
The second case is also solved: you don't need to stop navigation to search for water. Press a search icon in the nav mode and search for the water. And see it displayed on the map.
This is great, I was unaware of this feature! Given that this existing feature works similarly with my request, I will close this issue. Thanks!