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

Problem with QuickOSM scaling up area of analysis #167

Closed
tmozzo331 opened this issue Jun 1, 2019 · 3 comments
Closed

Problem with QuickOSM scaling up area of analysis #167

tmozzo331 opened this issue Jun 1, 2019 · 3 comments
Labels
feedbacks The bug is unclear and feedbacks are needed

Comments

@tmozzo331
Copy link

tmozzo331 commented Jun 1, 2019

I am trying to get a map of highways, railroads and cities on a European level using QuickOSM.
Data is available on a regional scale, however as soon as I scale up the area, there are no results and an error in the QGIS Logs and QuickOSM panel is indicated.

The query code is as follows

<osm-script output="xml" timeout="200">
    <union>
        <query type="node">
            <has-kv k="highway" v="motorway"/>
            <bbox-query {{bbox}}/>
        </query>
        <query type="way">
            <has-kv k="highway" v="motorway"/>
            <bbox-query {{bbox}}/>
        </query>
        <query type="relation">
            <has-kv k="highway" v="motorway"/>
            <bbox-query {{bbox}}/>
        </query>
    </union>
    <union>
        <item/>
        <recurse type="down"/>
    </union>
    <print mode="body"/>
</osm-script>
  • QGIS version: 3.6.3
@Gustry Gustry added the feedbacks The bug is unclear and feedbacks are needed label Jun 7, 2019
@Gustry
Copy link
Member

Gustry commented Jun 7, 2019

Ah, I first though you didn't include the query because you didn't add tags to display the query in github. I fixed your post.

I tried your query, which seems a normal key=value query. It works as expected for me in my BBOX.

As you said, you have some logs in QGIS, QuickOSM tab, you must add them here.

@stale
Copy link

stale bot commented Jun 8, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Will be closed in 7 days label Jun 8, 2019
@Gustry Gustry removed stale Will be closed in 7 days labels Jun 10, 2019
@Gustry
Copy link
Member

Gustry commented Oct 12, 2019

Missing logs and feedbacks. I'm closing the issue.

@Gustry Gustry closed this as completed Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedbacks The bug is unclear and feedbacks are needed
Projects
None yet
Development

No branches or pull requests

2 participants