0

I have an output stream which has lat-long points with a set of other attributes. When I output the same stream as a table gadget I get below data (screen shot). But when I use the same stream for a Geo Map gadget, it doesn't visualize the points or anything. I am using the default dashboard that comes with CEP and not the GeoDashboard.

data in the table gadget image

data in the table gadget image

Configurations that I provided for Geo Map gadget

geo map configuration image

geo map configuration image

Am I doing wrong creating this gadget ?

Community
  • 1
  • 1

1 Answers1

1

There was an bug with the current js code when using the ui publisher. I have fixed that in the following pull request. https://github.com/wso2/carbon-analytics-common/pull/330

You can get the working file code here.

You will have to replace the code content in {CEP_HOME}/repository/deployment/server/jaggeryapps/portal/extensions/chart-templates/geo-map/api.js

And generate the gadget again.

Best Regards, Ramindu.

Community
  • 1
  • 1
Ramindu De Silva
  • 194
  • 4
  • 13