Hi, I'm developing this site: https://genistree.pl/
I have a map that shows markers based on coordinates saved in the documents. I use Leaflet map, which allows grouping of markers (clustering), but it already works at the level of all records loaded from Appwrite, So for technical reasons it cannot work this way. That's why on my website I always loaded more markers with each page. Could it be possible to use the Appwrite function or other mechanisms to achieve appropriate zoom-based clustering, i.e.:
- each action on the map = query to the API with a different level of grouping
Recommended threads
- Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appw...