We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I access the bounds of a XmlOsmStreamSource?
The text was updated successfully, but these errors were encountered:
Maybe go through all elements and extract the bounds of each item and compare them on the fly
Sorry, something went wrong.
Nah I just meant the bounds tag at the top of an XML file.
<bounds minlat="56.686944548135" minlon="11.5048591712903" maxlat="56.738914944633" maxlon="11.6639584939053" origin="Overpass API" />
Obviously I could just read it with an XmlReader, but I was wondering if OsmSharp is already parsing that tag somewhere so I can skip that step.
No branches or pull requests
How do I access the bounds of a XmlOsmStreamSource?
The text was updated successfully, but these errors were encountered: