Viktor Belomestnov

Results 13 issues of 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

chore

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...

bug
Priority: Medium
Internal

## 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...

bug
Priority: Medium
C040-COMUNE_GE-2022-CUSTOM-SUPPORT

## 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 - [ ]...

bug
Priority: Low
Internal
Layout

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)