Evgeny Bogdanov

Results 4 issues of Evgeny Bogdanov

Android is in the portrait mode, camera as well. The final picture gets rotated. If I rotate camera into horizontal position, it works ok. same issue on `mdg:camera` any idea...

According to geojson specification, polygon can contain closed Linear rings with 4 or more coordinates. https://tools.ietf.org/html/rfc7946#section-3.1.6 ![image (2)](https://user-images.githubusercontent.com/158421/79987267-7841ac80-84ad-11ea-9905-abd3ea21b594.png) However, the version 0.1.6 allows to create polygons with only 3 coordinates...

We are using setup-gcloud. It works perfectly on linux. However on windows-latest we are having issues with `gsutil` not being found while `gcloud` is working. This is the config that...

bug

The following test works when executed via node (issues an exception), but runs successfully (which is incorrect) with expresso. Any hint why ??? ``` module.exports = { 'test': function() {...