This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there a site or service which works like the yellow pages for OSM data?

3

With so many points of interest mapped in detail, a categorized listing of this information would be handy. A way to quickly get a listings of restaurants, barbers, grocers, etc. Something like DMOZ (long ago), which "used a hierarchical ontology scheme for organizing site listings". Or even, something similar to OSMAnd's search would work. Think, something that could be added to a chamber of commerce's website and used by a Grandma. Does anyone know of a service like this?

asked 11 Dec '17, 04:27

treestryder's gravatar image

treestryder
71227
accept rate: 0%

edited 23 Dec '17, 01:36

1

Found this site, which would be perfect, without the overwhelming amout of advertisements. https://www.roaddir.com/US/

(23 Dec '17, 01:33) treestryder

Looks like Maps.me ( https://maps.me/ ) could work.

(10 Jan '18, 03:37) treestryder

3 Answers:

4

There are some commercial sites which have essentially done that. They automatically create one page for every street or point of interest based on OSM data, and display related links and ads as their apparent business model. They seem to primarily rely on showing up in search results for roads and POIs, and are in fact highly ranked for lesser-known street names where there's not much actual content available on the web.

Examples include strassen-in-deutschland.de and wie.de, both of which focus on a German audience and appear to be products by the same company. (Curiously, they use Google Maps for the actual map of the street/POI – even though the rest of the content on their pages is sourced from and attributed to OSM.)

Another example is roaddir.com, which exists in several variants such as roaddir.com/US/ for the US and roaddir.com/UK/ for the UK. In addition to a search box, it lets you navigate down a hierarchical tree from states to streets.

Unfortunately, I'm not aware of an open source implementation of the idea.

answered 11 Dec '17, 17:46

Tordanik's gravatar image

Tordanik
12.0k15106147
accept rate: 35%

edited 23 Dec '17, 09:36

3

We do such a thing in Ethiopia with http://AddisMap.com and try to make it OpenSource. The plans are outlined here: https://openplaceguide.org/ and here: https://github.com/openplaceguide/openplaceguide

answered 26 Dec '21, 16:29

AddisMap_Alexander's gravatar image

AddisMap_Ale...
1.1k314062
accept rate: 0%

edited 08 Feb '22, 18:59

0

If you know the precise tag you're after, you can use overpass turbo (zoom the map to your area and click on "Wizard").

I'm sure there's a better solution, though. :)

answered 11 Dec '17, 04:42

dsh4's gravatar image

dsh4
86781330
accept rate: 4%

Thanks. I'm aware of Overpass, but am looking for something far more user friendly. Think, something that could be added to our chamber of commerce's website and used by my Grandma. =) It came to mind, that this could easily be static pages generated from an export, but I do not have the free cycles to write such a system.

(11 Dec '17, 14:07) treestryder

Source code available on GitHub .