Paul Serraino
Paul Serraino
@johntyree at max zoom we disabled clustering, because marker positions were misplaced and it looked kind of funky https://github.com/open-austin/austingreenmap/blob/master/client/js/components/ParkMap.jsx#L110
@ayozebarrera I just publish a new version that resolves semantic versioning conflicts. Let me know if your still having issues with this module.
This should be fixed in version 0.1.8
@ishansmishra I noticed that if you run `pip install torch torchvision` it will install torch 2.4.0. To get around this I explicitly install torch 2.7.0 `pip install torch==2.7.0` Can you...