Q&A - Question

Embedding parameters to Path property

Question
Cristiano asked on March 17, 2020, keyword: Developer Kernel
In several citations of the documentation it is mentioned that it is possible:

"This layer can be opened by opening the file name_of_layer.ttkls or embedding all parameters to Path property as CRLF or 'n' delimited String."

I want to open several layers of a Geopackage file using the new .ttkproject format.
I'm testing using the TaukGIS Viewer (last version).
Could you give me an example of how I can upload them without using .ttkls?
Answers
Artur Redzko (TatukGIS) replied March 17, 2020
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TatukGIS>
  <Viewer>

  </Viewer>
  <Layers>
    <Layer Name="POLYGONS" Path="[TatukGIS Layer]\\nStorage=Gpkg\\nSqlite=C:\\\\Data\\polygons.sqlite\\nDialect=SQLITE\\nLayer=POLYGONS\\n.ttkls">
      
    </Layer>
  </Layers>
</TatukGIS>
 
If you would like to answer the question please Sign In.
*
*
Please review our recent Privacy Policy.
If you have any questions or requests, please contact us.
Rules
The Questions and Answers (Q & A) is intended to provide a means of communication between TatukGIS customers.
 
  1. Licensed users (with active maintenance play) of TatukGIS products may contribute to the Q & A content. Read-only access is available to anyone.
  2. Keep the content positive and professional.
  3. Be courteous to others by posting information when a question or issue asked on the Q & A is answered or resolved by other means (such as with help from TatukGIS technical support). Offer others at least a hint how the posted question was answered or the issue was resolved.
  4. The Q & A is not a replacement for TatukGIS technical support. TatukGIS team may or may not regularly follow or contribute content.