wangcong1137-hash/dsh-geoserver

wangcong1137-hash★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

DSH 平台 GeoServer 交互插件,实现可视化配置与会话内地图图像输出。

README 摘要

dsh-geoserver Read GeoServer WMS services and render map images inside the dsh web GUI. - 4 tools for the agent: list workspaces/layers/styles, publish GeoTIFF/SHP ZIP data, fetch map images, and diagnose connectivity. - A settings card in the GUI (Settings → Plugins → Plugin configuration) to configure the connection, publication limits, and business webhook without editing files. - Credentials never reach the browser : the plugin holds Basic auth on the host, fetches images itself, and serves them from the same origin as the GUI through ctx.webServer . Tools Tool Purpose geoserver list Enumerate workspaces, layers (title/bbox/SRS/styles) and image formats via the GeoServer REST API, falling back to the WMS GetCapabilities document. geoserver publish Upload one local GeoTIFF or one ZIP containing a single SHP dataset. Optionally notify a configured business-system webhook after GeoServer verifies the layer. geoserver map Fetch one WMS GetMap image server-side and return an in-origin display URL ( /geoserver-image/ ). The agent replies with the rendered markdown image. geoserver probe Connectivity/authentication diagnostics: reachability, auth state, WMS title, and a small render t…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagent

分类