The ZIP downloaded from demo server contains everything inside.
Most of ZIP files include one or more JavaScript files. It's mainly for demonstration purpose, for instance to hide buttons which are not necessary for the main feature to demonstrate.
These files can be removed if wanted. You should check their content.
But in a few demonstration projects, the JavaScript file is required, for instance for the Mapillary project.
If you want to activate it, do not forget the right "Enable JavaScript" at the repository level.
Some projects are using SQL data. By default, projects are using a
PostgreSQL service called PG_SERVICE
.
See also the documentation about PostgreSQL service file on qgis.org website.
-
You should first have a look at the content of the SQL file, to see for instance the associated SQL schema it will overwrite.
-
Load the SQL in your database
At this step, there are two options :
- Either to have a service called
PG_SERVICE
according to the PostgreSQL documentation and similar to an existing one in LWC. The most difficult part is to know where you can put this file according to your system or to definePGSERVICEFILE
in QGIS desktop. - Open the QGS project
Or :