I have added 2 assets for a company on the map, now both the assets are located at almost the same location on the map.
I can see this number on the map instead of 2 individual assets, is there any way to work around this problem?
This is on the max zoom level of 14. Is there a higher zoom level possible? I have downloaded the map using OpenStreetMaps.
Hey @Saarthi,
We have some documentation on how to change the clustering behavior.
You can play around with the following options:
- “clusterMaxZoom”: 17
- “clusterRadius”: 180
I would recommend finding your max zoom level which seems to be 14, and then subtract 2 (so “clusterMaxZoom”: 12) to have the cluster marker disappear nicely when zoomed in all the way.
Or you can turn off map clustering if you don’t need to render thousands of markers, with:
- “cluster”: false
Please see: Appearance Page | OpenRemote Documentation
This is on the max zoom level of 14. Is there a higher zoom level possible? I have downloaded the map using OpenStreetMaps.
You can increase the max zoom level, but maps have a limit to the level of detail. So I would discourage increasing this value past the map’s max zoom level.
