feat: Further increase spidering distance to 100 pixels
- Increased nearbyDistance from 60 to 100 pixels for maximum clickability - Increased circleSpiralSwitchover from 12 to 15 markers - Provides even better separation when clicking on densely packed APRS packets 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d99879dd56
commit
6bd183dd6f
1 changed files with 2 additions and 2 deletions
|
|
@ -571,8 +571,8 @@ let MapAPRSMap = {
|
||||||
if (typeof window.OverlappingMarkerSpiderfier !== "undefined") {
|
if (typeof window.OverlappingMarkerSpiderfier !== "undefined") {
|
||||||
self.oms = new window.OverlappingMarkerSpiderfier(self.map, {
|
self.oms = new window.OverlappingMarkerSpiderfier(self.map, {
|
||||||
keepSpiderfied: true,
|
keepSpiderfied: true,
|
||||||
nearbyDistance: 60,
|
nearbyDistance: 100,
|
||||||
circleSpiralSwitchover: 12,
|
circleSpiralSwitchover: 15,
|
||||||
legWeight: 2,
|
legWeight: 2,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue