Hello everyone,
I am a master’s student in Turkey working on my thesis related to GeoServer. I am developing a new extension, but I am stuck at a certain point. I noticed some GitHub commits from experienced contributors, so I thought I could ask for guidance here. Any help would be greatly appreciated.
I am trying to develop an extension that clusters point data based on the zoom level and serves it as vector tiles. My goal is to connect to a PostGIS database and send a custom SQL query based on the z
, x
, and y
values coming from the browser. Additionally, I want to integrate GeoServer’s caching mechanism to cache the data based on these z
, x
, and y
values.
I have implemented this using the GeoServer REST API, but I couldn’t make use of the caching mechanism. How can I develop this extension properly? Could you provide any guidance or point me in the right direction?
Thank you in advance for your help!