Overview
TBD
Coordinate systems
First of all, in order to configure any layer, you need to know which coordinate system is used by your project. You will find this information in the LIDS model.xml, see the spatialInfo tag in the example below.
<ber:project name="SAMO-LIDSdemo" version="7.6.6">
<ber:description>SAMO:LIDS DEMO Project</ber:description>
<ber:spatialInfo baseUnit="m" srs="EPSG:31467">
<ber:range>
<ber:x min="-4000000" max="5000000"/>
<ber:y min="-6000000" max="6000000"/>
</ber:range>
<ber:tolerance>0.0005</ber:tolerance>
</ber:spatialInfo>
</ber:project>
The EPSG code is a unique identifier of a coordinate system developed by the European Petroleum Survey Group. There are a very useful websites epsg-registry.org or epsg.io, which will show you all the needed information about your specific coordinate system.
Layer types
TBD