diff --git a/documentation/instructions.md b/documentation/instructions.md index 41c0b71..2b28e3e 100644 --- a/documentation/instructions.md +++ b/documentation/instructions.md @@ -4,7 +4,7 @@ The plugin can be found from QGIS official repository: +image ## Usage @@ -15,29 +15,29 @@ Using the plugin is fairly straightforward: 2. First time you use the plugin a Settings window opens. Enter the valid identification key (received via email from NLS) and set the save directory. If this does not happen check step 3. You can also define in the Settings where the datasets are downloaded. -image +image 3. After this another pop-up window, Download Data, opens. If the Settings window did not open as described, you can find it by pushing Settings button in the left bottom corner of the Download Data window. -image +image 4. Now you can choose which layers and from what area you want to download the data. Note: the datasets are quite heavy, so it might take time if you choose a large area. - Select the layers you want: Note that some layers are preselected because they have ready made visualisations. If you need data from only one layer deselect the layers you do not need. -image +image - If you want the data from a certain municipality, choose the municipality form the list -image +image - If you want to choose the data from a layer: choose Municipalities, UTM Grids or Sea Grids and the layers open to QGIS Layer-panel. There you can choose the wanted area by QGIS's select tools. You can also select multiple grids/municipalities at a same time. -image +image 5. Enter a filename. If you wish to load the GeoPackage layers into QGIS, activate Load data check box. 6. Click OK and wait for processing to finish. The tool fetches all the wanted layers and those that were preselected are always visualised and rule based visualisation created for certain classes. Also scale has been taken into accout so that e.g. road classes are shown differently in different scales. These can be edited via layer styling panel. -![image](https://github.com/GispoCoding/NLSgpkgloader/assets/23258285/ed4c8c2e-599b-4c10-8ec7-606d385aaa40) +![image](project.png) diff --git a/documentation/layers.png b/documentation/layers.png new file mode 100644 index 0000000..0eab87e Binary files /dev/null and b/documentation/layers.png differ diff --git a/documentation/municipality.png b/documentation/municipality.png new file mode 100644 index 0000000..e9e1f42 Binary files /dev/null and b/documentation/municipality.png differ diff --git a/documentation/plugin.png b/documentation/plugin.png new file mode 100644 index 0000000..c897ed0 Binary files /dev/null and b/documentation/plugin.png differ diff --git a/documentation/seatiles.png b/documentation/seatiles.png new file mode 100644 index 0000000..9ff6367 Binary files /dev/null and b/documentation/seatiles.png differ diff --git a/documentation/settings.png b/documentation/settings.png new file mode 100644 index 0000000..9a3d32c Binary files /dev/null and b/documentation/settings.png differ