Skip to content

Commit

Permalink
Merge 0cee8c5 into 8f99c62
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan authored Dec 15, 2023
2 parents 8f99c62 + 0cee8c5 commit 9f6a52e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --osgeo-username ${{ secrets.OSGEO_USER }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
5 changes: 0 additions & 5 deletions .qgis-plugin-ci

This file was deleted.

6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.7.3


###
* Updated plugin development dependencies
* Improved CI
* The plugin gives clearer information about API errors to the users
2 changes: 1 addition & 1 deletion QGISDigitransitGeocoding/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description=The plugin is meant for searching and geocoding Finnish addresses
about=The plugin is meant for anyone who wants to utilize the capabilities of Digitransit.fi geocoding API for searching and geocoding Finnish addresses / places in QGIS. Please, note that the data is from National Land Survey of Finland Topographic Database, Population Register Centre of Finland and OpenStreetMap. The National Land Survey (NLS) and the Population Register Centre (via OpenAddresses) data are licensed under CC BY 4.0 license. The OpenStreetMap data is licensed under ODbL license.

As of 3.4.2023 an API key is required to access the Digitransit.fi geocoding API. The key can be acquired from https://portal-api.digitransit.fi/ and in order to use the plugin you must create a global variable in QGIS called DIGITRANSIT_API_KEY and set your subscription (API) key as the value. Please note that the variable is specific to a QGIS profile and may be viewed in plain text in the options window.
version=0.2.0
version=0.7.3
qgisMinimumVersion=3.16
author=Gispo Ltd.
email=
Expand Down

0 comments on commit 9f6a52e

Please sign in to comment.