How to eliminate the overplotting on the map?

Hi,

I plotted my data on a map. This are customers.
In the red marked teardrop are 2 datas.
The customers have to same lat/long and coordinates, so they are overplotted.
How can I eliminate the overplotting?
I want to show, that there are 2 customers in the same city.
2022-03-30_092649

You could remove duplicates (same long/lat) or you could add a jittering effect by labeling your duplicates and then modifying the lat/long slightly. This depends on your data and what nodes you are using.

The Duplicate Row Filter node will help with either task.

2 Likes

The Map Viewer also supports attached size information. So you can make markers bigger if there’s more than one location on a point or area. Have a look at this node for creating the size meta data:

1 Like

It doesnt work.
The 2 data points are not to see. Just 1 teardrop…

Yes, jittering is that want would solve my problem definetly.
But how can I implement the jittering?
It does not exist a node for it

The 2 data points are not to see. Just 1 teardrop…

My idea was to visualize the count via the size. The more customers in a given location/area, the larger the dot. You could do this with the Size Manager and some additional preprocessing.

For jittering:

  1. Duplicate Row Filter node on lat/long.
  2. To all duplicates, add some values that keep the points close enough but moves them slightly with Math Formula.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.