pavel-corsaghin / react-native-leaflet

A LeafletView component using WebView and Leaflet map for React Native applications
MIT License
118 stars 49 forks source link

Need Help Preventing Marker Clustering and Displaying Only Connecting Lines #42

Open sergiosgd01 opened 9 months ago

sergiosgd01 commented 9 months ago

Hello everyone,

I've been struggling with an issue for quite some time now and could really use some assistance. The problem I'm facing is that when multiple points are very close together, they get clustered, showing a circle with the number of markers inside. However, I would like these points not to cluster and only display the lines connecting the markers. Additionally, I'm having trouble preventing the display of a marker logo; I only want the lines that connect the markers to be shown.

I'll attach a screenshot of my issue for reference. If anyone could provide some guidance or assistance, I would greatly appreciate it.

image

Thank you in advance.

LailsonGabriel commented 3 weeks ago

did you get something?