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

infinite "parse url parameters" - "Uncaught (in promise) TypeError: l is null" #623

Closed
matkoniecz opened this issue Mar 1, 2023 · 1 comment
Labels

Comments

@matkoniecz
Copy link
Contributor

matkoniecz commented Mar 1, 2023

use link https://overpass-turbo.eu/?Q=%7B%0Anwr%5Bbuilding%5D%28%7B%7Bbbox%7D%7D%29-%3E.all%3B%0A%28.all%3B+-+nwr.all%28newer%3A%222020-04-01T00%3A00%3A00Z%22%29%3B%0A%29%3B%0Aout+body%3B%0A%3E%3B%0Aout+skel+qt%3B&C=50.0733/19.9285;19

overpass is stuck at

screen01

browser console shows

Uncaught (in promise) TypeError: l is null
    i https://overpass-turbo.eu/turbo.d81a7a4eb4fd922cae37.js:58
    t https://overpass-turbo.eu/turbo.d81a7a4eb4fd922cae37.js:50
    init https://overpass-turbo.eu/turbo.d81a7a4eb4fd922cae37.js:50
turbo.d81a7a4eb4fd922cae37.js:58:61410

link is used in https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_API_by_Example#Old_objects

@simon04
Copy link
Collaborator

simon04 commented Mar 10, 2023

The URL needs to be fixed

-&C=50.0733/19.9285;19
+&C=50.0733;19.9285;19

I'll make the parsing more robust...

@simon04 simon04 added the bug label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants