I'm trying to use the Overpass API through overpass turbo to find stores that are around other stores e.g. Walmart within 100m of Taco Bell within the map area.
I'm very new to overpass so I'm mostly relying on the wizard to generate the queries for me. I've had a hard time finding good resources to learn how to query properly, at least the correct syntax.
I'm basically trying searches like this:
shop=* and name="Walmart Supercenter" around shop=* and name="Taco Bell"
any help is greatly appreciated.