Before you can add your Layer in Studio your need to import your data into the PostgreSQL database using Studio. This example shows you how to import a Shape file into PostgreSQL, so that in later stages it can be configured as an iShare layer.

The first thing you would do would be to create a schema in the iShareData PostgreSQL database to hold your data. In this example we will create a schema called workshop.

Now we need to use Studio to upload the data to the PostgreSQL database. This is done via a Workflow Spatial Data Transformation Task.

Warning 1: Geometry to be inserted is of type Multi Polygon, whereas the layer geometry type is Polygon. Insertion is likely to fail

Now we can check in pgAdmin to see if the data has been loaded.