mirror of
https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer.git
synced 2026-06-19 12:22:54 +02:00
Compare commits
5 Commits
v2.0.0
..
d417a78b85
| Author | SHA1 | Date | |
|---|---|---|---|
| d417a78b85 | |||
| ca827321d8 | |||
| b2001c625c | |||
| 88018aa432 | |||
| 45b6ab09b2 |
+6
-7
@@ -20,11 +20,10 @@ identifiers:
|
|||||||
value: 10.5281/zenodo.18609813
|
value: 10.5281/zenodo.18609813
|
||||||
repository-code: 'https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer'
|
repository-code: 'https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer'
|
||||||
abstract: >-
|
abstract: >-
|
||||||
This QGIS plugin is intended for downloading the data
|
This plugin is intended for downloading the data
|
||||||
(Fieldwork events data only, at the time) from the
|
(Fieldwork events, Sites, and their Components) from
|
||||||
Digiarchive of the Archaeological Map of the Czech
|
the Digital archive of the Archaeological Map of the
|
||||||
Republic (AMCR). As of now, only publicly accessible data
|
Czech Republic (https://digiarchiv.aiscr.cz/).
|
||||||
can be downloaded.
|
|
||||||
license: GPL-3.0
|
license: GPL-3.0
|
||||||
version: '1.0.1'
|
version: '2.0.0'
|
||||||
date-released: '2026-02-11'
|
date-released: '2026-06-05'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
**Platform:** QGIS 3.4.0–4.99.0
|
**Platform:** QGIS 3.44.0–4.99.0
|
||||||
|
|
||||||
**Module Type:** Data Acquisition & Visualization
|
**Module Type:** Data Acquisition & Visualization
|
||||||
|
|
||||||
@@ -24,9 +24,9 @@
|
|||||||
|
|
||||||
## 2. Installation Guide
|
## 2. Installation Guide
|
||||||
|
|
||||||
**Install the plugin from QGIS plugin repository.**
|
**Install the latest version of the plugin from the QGIS plugin repository.**
|
||||||
|
|
||||||
**OR**
|
**OR** (*in case you need older version*)
|
||||||
|
|
||||||
1. *Obtain the [plugin distribution package](https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases) (ZIP archive containing the `amcr_viewer` directory).*
|
1. *Obtain the [plugin distribution package](https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases) (ZIP archive containing the `amcr_viewer` directory).*
|
||||||
2. *Launch QGIS.*
|
2. *Launch QGIS.*
|
||||||
|
|||||||
@@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
[general]
|
[general]
|
||||||
name=AMČR Viewer
|
name=AMČR Viewer
|
||||||
qgisMinimumVersion=3.4.0
|
qgisMinimumVersion=3.44.0
|
||||||
qgisMaximumVersion=4.99.0
|
qgisMaximumVersion=4.99.0
|
||||||
description=Viewing and downloading the AMČR data.
|
description=Viewing and downloading the AMČR data.
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
author=David Spáčil
|
author=David Spáčil
|
||||||
email=spacil@arub.cz
|
email=spacil@arub.cz
|
||||||
|
|
||||||
@@ -26,6 +26,8 @@ changelog=
|
|||||||
Aktualizace na verzi 2.0.0 výrazně mění chování pluginu. Před updatem je doporučeno přečíst si seznam změn níže.
|
Aktualizace na verzi 2.0.0 výrazně mění chování pluginu. Před updatem je doporučeno přečíst si seznam změn níže.
|
||||||
Version 2.0.0 changes the plugin behavior dramatically. It is advised to check the changelog below.
|
Version 2.0.0 changes the plugin behavior dramatically. It is advised to check the changelog below.
|
||||||
Plný seznam změn v češtině je dostupný zde: https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases/tag/v2.0.0
|
Plný seznam změn v češtině je dostupný zde: https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer/releases/tag/v2.0.0
|
||||||
|
v2.0.1 (2026-06-10)
|
||||||
|
* Fixed QGIS minimum version
|
||||||
v2.0.0 (2026-06-05)
|
v2.0.0 (2026-06-05)
|
||||||
* Added warning regarding the feature duplication when loading components to the dialog
|
* Added warning regarding the feature duplication when loading components to the dialog
|
||||||
* Added Help button to the plugin menu
|
* Added Help button to the plugin menu
|
||||||
|
|||||||
Reference in New Issue
Block a user