ThemeData Loading
Type

Multi Geometry

Available from


Overview


You may have data of mixed geometry that you wish to load into PostGreSQL so you need to determine the best Geometry Type in order for all the records to load or else split the dataset by Geometry Type. For example if you had mixed Polygon and Multi Polygon data you would choose to import the data as Multi Polygon
If you don't force the Geometry Type and OGR detects that this dataset holds Polygon data, then all of the Multi Polygon entries will fail to import. It is also a good idea, with mixed geometry datasets in particular, to know if certain records in a dataset have not loaded properly. 

As iShare basically only supports a single Geometry Type for a Layer so, if you had imported multiple Geometry Types into PostGreSQL (e.g. geometrycollection), you would need to filter your Standard Layer by Geometry Type when adding the Layer in Studio. 

Step-by-step guide

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