Evgeny Bogdanov
Evgeny Bogdanov
same problem here, is it possible to do a new release with this change please
same issue here
I removed `dist` folder, removed and added the plugin and it worked
I actually don't remember fixing it, but it works now for me
The issue I had was on clipping. I clipped the polygon with orb/clip. It produced the polygon above and javascript (turf.js) complained on the client. Maybe clip library should validate?...
I also tried to use the following setting: ``` - run: gsutil shell: bash ``` and got the following issue, `gcloud info` worked. 
Made it work for now with the following: ``` $env:python_version=$(python -c 'import sys; print(\".\".join(map(str, sys.version_info[:3])))') $env:CLOUDSDK_PYTHON="C:\hostedtoolcache\windows\Python\$env:python_version\x64\python" ```
is there a better solution that does not involve the hack?
I would be also very interested by this. In my particular case, I need to color different types of lines for analysis. ``` { "type": "FeatureCollection", "features": [{ "type": "Feature",...