Results 26 comments of blackboxlogic

The [overpass turbo language](https://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide) is _complicated_ and I have given up on trying to model any part of it in c#. Maybe an implementation already exists, but I looked a...

@Lelelo1 If you want the feature _right now_, create a fork and reference that in your project. Thanks for making a PR, I meant to look at it yesterday but...

I think the OverpassClient should only accept a query string, make the request, and parse the result. That way the `OverpassQuery` can change over time, or calling code could get...

Then get rid of `OverpassClient` entirely? Seems like the value is in `OverpassQuery`.

I saw the other ticket get closed. Does that mean this ticket is ready? I don't have enough experience with OAuth to feel comfortable implementing this myself. Do you have...

Since OAuth v1 was implemented in a [single class](https://github.com/blackboxlogic/OsmApiClient/blob/master/src/OAuthClient.cs), I'm hopeful that v2 could be implemented without removing v1 if there's a possibility that v1 may still be useful.

I'm on version 0.4.8. I didn't realize the Windows version was EOL but I just found https://github.com/MightyCreak/diffuse/issues/144.

Until this enhancement is added to this project, here's a workaround for anyone that's stuck: https://sourceforge.net/projects/diffuse/

@Gitoffthelawn Just tried, the tool I suggested compares images as if they were text file, so... No.

Adding the voice of a "newcomer", after looking through all the documentation and examples, it isn't clear to me if NTS _can_ perform geometry on a globe. I can pretend...