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
When we add 1dcd28aa-99da-4f62-b157-15631379b170, thee UI behaves weirdly. At some point the whole page freeze.
It happens when details tries to query features info. We should be able to handle these request without affecting the UI.
When we click on bunch of points, these 2 layers came in error
seems to hang on in deflate.js
/** * @param {Array<number>} flatCoordinates Flat coordinates. * @param {number} offset Offset. * @param {import("../../coordinate.js").Coordinate} coordinate Coordinate. * @param {number} stride Stride. * @return {number} offset Offset. */ export function deflateCoordinate(flatCoordinates, offset, coordinate, stride) { for (let i = 0, ii = coordinate.length; i < ii; ++i) { flatCoordinates[offset++] = coordinate[i]; } return offset; }
UI should NEVER freeze
No response
The text was updated successfully, but these errors were encountered:
fix(ui): Toggle class visibility, legend class border and wms stack icon
9f762f3
Closes Canadian-Geospatial-Platform#2550, Canadian-Geospatial-Platform#2565, Canadian-Geospatial-Platform#2556
66dde2a
fix(ui): Toggle class visibility, legend class border and wms stack i…
134cd97
…con (#2567) * fix(ui): Toggle class visibility, legend class border and wms stack icon Closes #2550, #2565, #2556 * fix comment layers * Remove tooltip * Remove tooltip format
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When we add 1dcd28aa-99da-4f62-b157-15631379b170, thee UI behaves weirdly. At some point the whole page freeze.
It happens when details tries to query features info. We should be able to handle these request without affecting the UI.
When we click on bunch of points, these 2 layers came in error
seems to hang on in deflate.js
Expected Behavior
UI should NEVER freeze
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: