Viktor Belomestnov
Viktor Belomestnov
`writer.ts` contains multiple classes and encoders. * make separate file for each class in `modules/parquet/src/parquetjs/classes`; * make `encoders.ts` to keep encoders functions. The same work was done for `reader.ts`: https://github.com/visgl/loaders.gl/pull/1698
A piece of code has been commented in `las` module: ``` return parseLASMesh(arrayBuffer, options); // This code breaks pointcloud example on the website // const mesh = parseLASMesh(arrayBuffer, options); //...
## Description Add popup support to `searchOnStartEpic` **Please check if the PR fulfills these requirements** - [X] The commit message follows our guidelines: https://github.com/geosolutions-it/MapStore2/blob/master/CONTRIBUTING.md - [X] Tests for the changes...
## Description Get WFS feature info from pick method instead of doing get feature requests **Please check if the PR fulfills these requirements** - [X] The commit message follows our...
## Description Fix zIndex value for unsaved map confirmation dialog. **Please check if the PR fulfills these requirements** - [X] The commit message follows our guidelines: https://github.com/geosolutions-it/MapStore2/blob/master/CONTRIBUTING.md - [ ]...
It would be helpful to be able to create OrientedBoundingBox from I3S obb object which has format: ``` { center: [x, y, z], halfSize: [s1, s2, s3], quaternion: [x, y,...
Geojson example for [loaders.gl/examples/geospatial](https://loaders.gl/examples/geojson)