Hello Guys,
I'm facing trouble to implement a map that reads data from an index with documents like:
{
"name": "Uncle Bob Farm",
"geo":[
{
"area": 10,
"geoJson": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-48.94664341287877,
-26.659539686978484
],
[
-48.946374692073086,
-26.65953713216144
],
...
Well, I tried to search the index, and run vega flatten transform... It did not work.
Is there any way to debug the vega execution?
Thank you