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

Show information (address, amenity type, lat/lng) of POIs that you search for #24

Open
1 of 4 tasks
orblivion opened this issue Apr 16, 2023 · 1 comment
Open
1 of 4 tasks
Labels
search Related to searchable items on the map

Comments

@orblivion
Copy link
Owner

orblivion commented Apr 16, 2023

Some user testing revealed that there's an expectation of address to show up at a marker. I figure we could put various useful info there.

Don't worry about making a well-formed address or anything. Do something like:

Housenumber: 123
Street: Fake Street
City: Springfield
State: XY

Search for amenity, shop, etc to catch a handful of useful location types. And put lat/lng every time, may as well. Maybe we can remove it later or hide it behind an info button.


Launch, very basic:

  • Lat / Lng

  • In search marker popup
  • In bookmark marker popup (Probably requires reverse location search, thus a lot more work)
  • In search results (Requires hacking of search plugin. See comments in Search relevance and duplication #9)
@orblivion orblivion added this to the Launch milestone May 16, 2023
@orblivion orblivion removed the launch label May 16, 2023
@orblivion
Copy link
Owner Author

Not going to bother with address for launch unless people convince me it's really important. I got Lat/Lng in there (released, appVersion 23), taking out of Launch milestone.

@orblivion orblivion removed this from the Launch milestone Aug 4, 2023
@orblivion orblivion added the search Related to searchable items on the map label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
search Related to searchable items on the map
Projects
None yet
Development

No branches or pull requests

1 participant