Results 4 issues of Alex

Hello, It will be great to be able run INSERT SELECT queries like: ``` $select = $fpdo->from('table1')->select(['id', 'name', 'date'], true)->where('some', 'any'); $fpdo->insertInto('table2')->values($select, ['t_id', 't_name', 't_date']) ``` And get `INSERT INTO...

Feature Request

Is it possible to apply custom styles in React?

Cesium ignore the request render mode after adding any entity. Steps to reproduce: 1. Create a default viewer with request render mode on. 2. Add any entity Expected behavior: Idle...

type - bug
priority - high
type - regression

### What happened? Fill is renders wrong for simple polygons ### Reproduction steps 1. Draw a polygon with fill enabled. 2. See that it doesn't fill the entire polygon. ###...

type - bug
category - polygons/geometry