Hi,
I need join the code in json with the dataset data.json for show more properties.
In example, I use
[shapeData]= 'shapeData' [shapePropertyPath]= 'shapePropertyPath' [shapeDataPath]= 'shapeDataPath' [dataSource] = 'dataSource'
shapeProperyPath is code, that it is in geojson file
shapeDataPath is codigoProvincia (the typescript code is wrong, the value is codigo, but with codigoProvincia doesn't work)
So, when I click on shape, I need show comunidad and total values, that it is storage in datasource.
in event shapeSelected, args.data is empty.
In your example, you show property of geoJson file, not from datasource file
Thanks