Skip to content
New issue

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

add support for relations in overpass queries #1106

Merged
merged 8 commits into from
May 11, 2024

Conversation

CollinBeczak
Copy link
Contributor

@CollinBeczak CollinBeczak commented Mar 1, 2024

Resolves: #1106 & #259
When using overpass queries, there are 3 object types: relation, ways, and nodes. Relations are not yet supported, so this PR adds support for relations in overpass queries. Relations are a list of nodes and/or ways and/or relations in one object.

@ljdelight
Copy link
Contributor

@CollinBeczak can this be marked as a draft? It's emailing about every commit

@CollinBeczak CollinBeczak marked this pull request as draft March 14, 2024 19:22
Copy link

sonarcloud bot commented Mar 19, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ljdelight
Copy link
Contributor

LGTM

@CollinBeczak CollinBeczak merged commit c61da90 into main May 11, 2024
7 checks passed
@CollinBeczak CollinBeczak deleted the add-support-for-relations branch May 11, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants