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
i am seeing this in control-panel.js, lines 107-111 (see below).
as this is an async event, this area may also need more error handling to insure that "data" exists before it is used.
also, the axios call should be using the /get_ui_data_secure endpoint.
if (isError) { alert(error); } else {} // add data returned to default layers, if they are not already there. parseAndAddLayers(data);
The text was updated successfully, but these errors were encountered:
this looks to have been corrected. closing.
Sorry, something went wrong.
lstillwe
No branches or pull requests
i am seeing this in control-panel.js, lines 107-111 (see below).
as this is an async event, this area may also need more error handling to insure that "data" exists before it is used.
also, the axios call should be using the /get_ui_data_secure endpoint.
if (isError) {
alert(error);
} else {}
// add data returned to default layers, if they are not already there.
parseAndAddLayers(data);
The text was updated successfully, but these errors were encountered: