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]