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; }
This came from the reading of feature for ESRI in gv-dynamic
identifyUrl = `${identifyUrl}identify?f=json&tolerance=${this.hitTolerance}` + `&mapExtent=${extent.xmin},${extent.ymin},${extent.xmax},${extent.ymax}` + `&imageDisplay=${size[0]},${size[1]},96` + `&layers=visible:${layerConfig.layerId}` + `&layerDefs=${layerDefs}` + `&returnFieldName=true&sr=4326&returnGeometry=true` + `&geometryType=esriGeometryPoint&geometry=${lnglat[0]},${lnglat[1]}`; const response = await fetch(identifyUrl); const jsonResponse = await response.json();
We should use the maxAllowableOffset parameter in the url
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
fix(query): Re work the identify query with offset and geometry false…
e9b2695
… for hover Closes Canadian-Geospatial-Platform#2565
jolevesq
Successfully merging a pull request may close this issue.
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
This came from the reading of feature for ESRI in gv-dynamic
We should use the maxAllowableOffset parameter in the url
Expected Behavior
UI should NEVER freeze
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: