From 3e7b39694f7bae62f9130ae93629bca126ce6200 Mon Sep 17 00:00:00 2001 From: A Nilsen <ban@nibio.no> Date: Mon, 9 Jan 2023 12:16:24 +0000 Subject: [PATCH] Update get_nib_dialog.py --- get_nib_dialog.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/get_nib_dialog.py b/get_nib_dialog.py index 36d9def..764e231 100644 --- a/get_nib_dialog.py +++ b/get_nib_dialog.py @@ -4,11 +4,19 @@ getnibDialog A QGIS plugin Plugin "NIB of-prosjekt" - Hent alle of-prosjekt i et utsnitt fra Norge i bilder (WMS) - Utsnittet kan være bounding boksen til - - et kartlag i Layers panel - - en fil man laster opp - - aktuelt map canvas + + NB! The plugin will ONLY work for those with access to "Norge i bilder ortofoto-prosjekt WMS". + NB! The project must be in EPSG 25832, 25833 or 25835. + + Get one, several or all orthophoto-projects in map canvas from "Norge i bilder prosjekt (WMS)" for one, several or all years available. + The bounding box may be + - the visible map canvas (default) + - a bouding box given by the user in integer km (width x height) + - a layer in Layers panel + - an uploaded vector og raster file + + The orthopohoto projectnames may be written to sorted/unsorted text file(s). + The maximum size of the bounding box is set to 500 km x 500 km. Generated by Plugin Builder: http://g-sherman.github.io/Qgis-Plugin-Builder/ ------------------- -- GitLab