
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
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
