Geomap: real-time marker size works only when size field is in same data frame?

Hi,

I want marker sizes in Geomap to change dynamically in real time based on a numeric value.

It seems that:

  • Size changes work only when the size field is in the same data frame as latitude/longitude

  • If the size value comes from another datasource or another query, the marker size is ignored

Is this:

  • An expected limitation of Geomap?

  • The recommended design pattern?

  • Or is there a way to reference size fields across data sources?

Thanks!

style.dims = getStyleDimension(frame, style, theme);

style dimensions are calculated using the only frame that you select in Data field (query).

1 Like

So I can’t use a value that is the result of transformation ??

the result of transformation is a frame that you then select as a Data source for the layer. So why not?

The problem is my dataframe is also a transformation , so I get errors when I do more transformations :frowning: