All Products
Search
Document Center

ApsaraDB RDS:Access GanosBase with uDig

Last Updated:Jun 20, 2026

uDig is an open-source desktop GIS application and development framework for viewing and editing spatial data, such as shapefiles. It supports OpenGIS standards, such as Web Map Server (WMS) and Web Feature Server (WFS), and provides a Java platform for building spatial applications from open-source components.

Create a GanosBase connection

  1. Select Layer > Add Data.

    In the Add Data wizard, select PostGIS from the list and click Next >.

  2. Enter the connection details for your GanosBase database.

    The following table describes the parameters.

    Parameter

    Description

    Host

    The IP address of the database instance or the public IP address of an RDS or PolarDB instance. You can find this address in the console.

    Port

    The port of your database instance, which you can find in the console.

    user name

    The user name for your database.

    Password

    The password for the specified user name.

  3. Select a database instance.

    Click List. The Table panel lists the spatial data tables in your database, along with their schema, geometry name, and geometry type (such as MultiLineString, MultiPolygon, or MultiPoint). Select the checkboxes for the tables you want to add, and then click Finish.

View and manage data

After you connect to GanosBase, you can browse and view layers in the database and edit the spatial data in GanosBase.

In uDig, the Layers panel on the left lists all loaded layers, such as village_point, city_boundary_region, subway_polyline, and roads. You can switch to the Catalog tab at the bottom to see your PostGIS connection and its spatial data tables under the public schema. The main view area displays the corresponding layers on a map.