shapefile

This configuration is optional when using the plugin Gis_DataSource_Shapefile.

  • Documentation

  • YAML Format

  • XML Format

Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets.
<shapefileConfig
>
required
<alternatePersistencePath
>
optional
string
</alternatePersistencePath>
<attachments
<enableForNewFiles
>
optional
boolean
</enableForNewFiles>
>
optional
</attachments>
</shapefileConfig>
This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
cadenzaconfig:
  settings:
    shapefile:
      alternatePersistencePath: "text"
      attachments:
        enableForNewFiles: true

Filename: shapefile-config.xml

This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<shapefileConfig>
  <alternatePersistencePath>text</alternatePersistencePath>
  <attachments>
    <enableForNewFiles>true</enableForNewFiles>
  </attachments>
</shapefileConfig>