cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple POIs at Same Position / Geomap

parconcb
Explorer
0 Kudos

Hi,

is there any integrated solution for multiple pois at the exactly same position?

Or are there any plans on the roadmap?

Currently the icons overlay each other.

I tried to arrange them using the method setAlignment( ) or setContentOffset( ) -

but it seems to me as if these methods have no effect.

Of course i can change the coordinates to move them a bit -

but the result is not very good-looking especially in very high zoom level.

I also tried clustering - the cluster doesn't divide in that case.

Thanks

Christian

Accepted Solutions (1)

Accepted Solutions (1)

former_member182119
Active Participant
0 Kudos

Hallo Christian,

unfortunately there is no real solution for this with the GeoMap control. The only available solution requires the use of the VBI ABAP backend API. But this works only for classic applications holding state on the ABAP backend.

The methods you mentioned should at least do something. Method setContentOffset() moves the text of the Spot. This is most likely not suitable. Method setAlignment changes the alignment of the Spot image to its geo position. This would work in you case, if the number of Spots at same position is low. Default alignment is bottom, which suits best for pin like images. You make test the effect of aligment using this test page: https://sapui5.hana.ondemand.com/test-resources/sap/ui/vbm/sapapi_geomapAligned.html

If you need a nicer solution I only see the option of custom HTML using a container object.

Cheers Uwe

Answers (0)