From 9c65527d6ecef73572844652761cd349e6980ed3 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 9 Jan 2025 15:38:44 +0100 Subject: [PATCH] added icons for Mongo, PostGIS and GS --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a87580..57e663f 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ Plugins in action: graph TB subgraph Geoportal [D4GNA Components] geoportalservice[Geoportal Service] - mongo[Mongo DB] - postgis[PostGIS DB] - geoserver[Geoserver] + mongo[MongoDB logo Mongo DB] + postgis[ PostGIS DB] + geoserver[ Geoserver] note-gs-to-mongo[Geoportal Service:
creates/reads Profiled Documents and UCDs
creates/reads Plugins configured
on Mongo DB] note-gs-to-geoserver[Geoportal Service:
creates/reads Workspaces,Stores,Layers,Styles
on Geoserver] note-gs-to-geoserver2[Geoportal Service:
READS via GS Rest Interface
e.g. the GeoServerRESTReader.class reads from REST path
geoserver_endpoint/rest/layers/profiledconcessioni_gna:profiledconcessioni_gna_centroids.xml
WRITES via FeatureTypes
e.g. the SDIManagerWrapper.class creates the index layer via FTE]