Here's my query to collect all of the States within the US:
My Overpass server returns Baja California in the results for this query, even though this state is in Mexico. Overpass Turbo correctly excludes this from the results. Similarly, my query to collect all of the cities within Indiana returns Chicago in the results (while the Overpass Turbo only includes East Chicago & New Chicago):
I'm using the wiktorn/overpass-api Docker image that I started it with:
Is there something that I can do to correct these results? asked 03 Sep '19, 16:39 JamesChevalier |
There was something wrong with my initial attempt at using the Docker image. I deleted my container and retried the process - everything worked great. Also, installing Overpass directly onto a server worked great too. answered 07 Sep '19, 16:22 JamesChevalier |