Build geospatial applications on one connected platform
Publish maps, synchronize field data, manage spatial databases, deliver reports, and integrate cloud services through documented APIs.
One platform, specialized services¶
AcuGIS Cloud brings data storage, map publishing, synchronization, reporting, database services, and identity into a unified platform. Central provides the shared entry point while each component exposes focused workflows and APIs.
flowchart TB
User[Developers and applications] --> Central[Central]
Central --> Auth[Shared identity and access]
Central --> Vault[GeoVault]
Central --> QGIS[QGIS Publisher]
Central --> Sync[GeoSync]
Central --> Jasper[Jasper Publisher]
Central --> PostGIS[PostGIS Service]
Vault <--> PostGIS
QGIS <--> PostGIS
Sync <--> PostGIS
Jasper <--> PostGIS
Quick start¶
- Review the platform guide.
- Learn how authentication works across services.
- Select a component and follow its installation and configuration guides.
- Open its ReDoc API reference when an OpenAPI specification is available.
Components¶
GeoVault
Manage, version, discover, and publish geospatial datasets.
QGIS Publisher
Publish QGIS projects as hosted web maps and OGC services.
GeoSync
Synchronize field projects between desktop and mobile devices.
Jasper Publisher
Design and publish enterprise reporting services.
PostGIS Service
Manage PostgreSQL/PostGIS databases and spatial data.
Central Authentication
Manage users, authentication, permissions, API keys, and platform security.
Machine-readable APIs
Existing OpenAPI 3.1 specifications are rendered as interactive ReDoc references and remain available as YAML downloads from their component pages.