-
Notifications
You must be signed in to change notification settings - Fork 236
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
Query arguments no longer supported #219
Comments
Working OK here. What's the full url you're using? Do you have console log output? |
At a glance this is probably due to a missing receiver location. |
I've never had a 978mhz antenna, so no change in my setup in a long time. |
Okay. Do you get a receiver location dot and range circles when you load the page without a query string? |
Negative. But everything else functions. Only error is:
Which is correct/expected. |
Okay, so as I mentioned above, the trigger for this is likely that you do not have a receiver location set. |
Seems like in a somewhat recent version query arguments notably (?banner=hide&sidebar=hide) no longer work.
Quickly tracing this I found:
applyUrlQueryStrings
in script.js does fire, however something inresetMap()
seems to cause it break and thus it never gets beyond that point.... didn't get any deeper than that.The text was updated successfully, but these errors were encountered: