Map Pins Of Same Address Overlay Each Other

Hi team

Some of our pins relating to the same or similar address appear on top of each other. This never used to happen before. When the address is the same, the pins normally appear next to each other so they are easily visible. Now they can be on top of each other. Any ideas? Thanks

Maybe try grouping?

[Map Point Grouping & Performance Enhancements](https://community.appsheet.com/t/map-point-grouping-performance-enhancements/10781) Announcements

[45%20PM] Map Pin Grouping & Formatting Map Views in AppSheet apps help visualize all sorts of lat/long or address locations for items like buildings, customers, inspection points, logged activities etc. Some scenarios call for mapping just a few locations, other times it makes sense to map thousands. When visualizing a large volume of plotted locations, app creators can now enable ‘pin grouping’ which consolidates densely clustered points into a ‘grouped point’ with a label showing the numb…

Thanks for getting back on this.

I tried grouping, zooming out you could see there were multiple dots in one place, but zooming in you would still have to look for the one underneath.

I saved the address of one of the points again and they seemed to have moved next to each other.

I encourage you to contact support@appsheet.com directly for help with this.

1 Like

I’ve just come along a similiar issue, we have equipment in our office and sometimes multiple points occupy the same location. When you click on the map, only one result is returned, it would be amazing if it showed you a deck view (showing many results) instead of detail view of one of the elements.
Is this possible or on the cards?

2 Likes

Nikita_Derevianko:

Some of our pins relating to the same or similar address appear on top of each other.

Hi @Nikita_Derevianko do you still see this behavior?
Since some 4 years, the pins should appear next to each other, even when they have the same address. I remember this, because it was my feature request back then

1 Like

Hi @Jeremy_Taylor I think you are using XY, don’t you?
In XY the Pins with the same coordinates will appear on top of each other.
So here is what I did:

Create two Actions "App: go to another view within this app.
One Action to jump to the previous record, one to jump to the next record.
With the App link target:

CONCATENATE("#view=YOUR_MAP_VIEW_NAME&table=YOUR_TABLE_NAME&row=",ENCODEURL(YOUR_EXPRESSION_TO_FIND_THE_OTHER_RECORD))

Add this Action to your Deck view that opens up when you click on a map pin.

So now you can jump back and forth between pins that have the same coordinates.

By adding grouping to your pins, you could easily tell when there are more than one pin.
Just go to your map view and set the “Minimal cluster size” to 1.

2 Likes

A simpler formula to accomplish the same thing instead of manually building out the deep-link:

LINKTOROW([RowID], “View”)

2 Likes

@MultiTech_Visions you are absolutely right

Here is a sample how to switch between pins with the same position:

[XY with same coordinates - Layer order](https://community.appsheet.com/t/xy-with-same-coordinates-layer-order/34298) Tips & Tricks ?

I want to share some things I’ve learned and some bugs I found. When we use XY column type, we sometimes have pins with exact the same coordinates. For example: You have a background image with spare parts and you want to replace a spare part. So you will get 2 pins at the same position. AppSheet is not consistent in the way it treats the layer order. In other words: which one of those two pins will get on the top? Another bug: The Map Point Grouping is not working, when pins have exact the s…

2 Likes