Greetings -
New to the forum.
When running queries on the OSM site, if you want to get features that have the word “Winery” in them you use “[name~Winery]” as the query string.
Is there something similar that can be used in the ArcMap OSM tools, specifically I have adapted the “OSM - Download Using XAPI” tool to perform a table list of queries. It does not like having the “wave dash” (~) as the operand, and so I need something similar to “%Winery%” or “Winery”. Does this exist such that it can be used in an automated OSM query via the XAPI?
My original query looks like:
http://www.overpass-api.de/api/xapi_meta?*[name~Museum]%5Bbbox%3D-124.482016888%2C33.87114884%2C-114.131223444%2C42.009524279%5D
…which results in a “Bad Request” response.
I have tried encoding the ~ as such:
http://www.overpass-api.de/api/xapi_meta?*[name%7EMuseum]%5Bbbox%3D-124.482016888%2C33.87114884%2C-114.131223444%2C42.009524279%5D
…also to no avail.
Thanks in advance…
Brad