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

Sorting: Users

0

How to get the OSM ID of those who use a particular hashtag? Some OSM ID is not available on the missingmaps.org web site.

asked 19 Jan '21, 19:31

VIPINDAS%20K's gravatar image

VIPINDAS K
1257813
accept rate: 0%


One Answer:

2

For searching on the fly, I'd suggest https://osmcha.org/.

Another option is to load changesets into a database and search that. https://github.com/ToeBee/ChangesetMD might be an option there, although I'm not sure how much tweaking would be needed to get that working on a modern system.

answered 19 Jan '21, 19:46

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .