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

add more information for POIs #651

Open
TimMagee opened this issue Mar 12, 2023 · 3 comments
Open

add more information for POIs #651

TimMagee opened this issue Mar 12, 2023 · 3 comments

Comments

@TimMagee
Copy link

In addition to latitude/longitude, POI type, and address, I recommend that we display other relevant information for POIs.

This would include:

  • contact information (such as phone number, email address, and website)
  • opening hours
  • types of food served (for restaurants)
  • whether restrooms are available
  • whether WiFi is available
  • And other information in the OSM database
@rinigus
Copy link
Owner

rinigus commented Mar 12, 2023

That would depend on the used provider. I can add some data to OSM Scout Server, but for others it is hard to do. Could you bring an example and specify provider used in Pure Maps (online/offline/HERE?). If online then which specifically?

@TimMagee
Copy link
Author

I only use the offline provider.

The two most important bits of information for me would be:

  • Contact information.
    This uses the OpenStreetMap keys phone, fax, websiteand email along with everything in the contact:* namespace (including contact:phone, contact:fax, contact:website, and contact:email which are equivalent to there non-prefixed alternatives).
  • Opening hours
    Most importantly this would be the openstreetmap key opening_hours. Please note that the full opening hours syntax is complex but a simple implementation that gets the basics would be of great help. All keys in the opening_hours:* namespace are also used to specify opening hours under specific circumstances

Here are some examples of POIs that have some or all of this information:

@rinigus
Copy link
Owner

rinigus commented Mar 12, 2023

With offline we can maybe work something out. Some data is there, but maybe import has to be improved. I will have to work on importer soon and would try to check these POIs.

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

2 participants