Skip to content

Commit

Permalink
Ready for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
babayoshihiko committed Aug 28, 2024
1 parent 309a23a commit 7b26453
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ First, set the destination folder. This will be loaded from the QGIS configurati

Select National Geo-information and then select a prefecture. Multiple selections can also be made.

Press the buttons in the order Download, Solution and Add. Note that if the file cannot be found, you will be asked to select a file.
Press the buttons "Download" and "Add to Map". Note that if the file cannot be found, you will be asked to select a file.

Some maps do not have data for all prefectures. If this is the case, an error is generated. Error handling not yet available.

Expand Down Expand Up @@ -45,7 +45,7 @@ Choose a prefecture; then choose municipalities. Click "Download" to download th

国土数値情報を選択し、都道府県を選択します。複数選択もできます。

ダウンロード、解答、追加の順番にボタンを押します。なお、ファイルが見つからない場合はファイルを選択するように求められます。
ダウンロード、追加の順番にボタンを押します。なお、ファイルが見つからない場合はファイルを選択するように求められます。

地図によっては、すべての都道府県に対してデータがあるわけではありません。その際は、エラーになります。まだエラー処理はできていません。

Expand Down Expand Up @@ -82,11 +82,31 @@ https://www.soumu.go.jp/main_sosiki/jichi_gyousei/bunken/shitei_toshi-ichiran.ht

# Version History

## Version 0.6.2

* Enhanced LNI supports
* Supports non-prefectural LNI datasets. For example, LNI datasets of Kanto region can be handled.
* The prefecture list may be refreshed according to the LNI type.
* Added more styles (qml files).
* Many bugfixes

## Version 0.6.1

* Added LNIs
* Many bugfixes

## Version 0.6

Released in July 2024

* Rewrote jpDownloader.py. Download can be cancelled.
* Updated Land Numerical Information (https://nlftp.mlit.go.jp/ksj_news.html)
* (LNI) Web button to open the information webpage on the default browser
* Message below the progress bar in the window
* Message below the progress bar in the window

# Roadmap

## Version 0.6.3

* UI update: from dialogue to dock
* Supports proxy
Binary file modified i18n/jpdata_ja.qm
Binary file not shown.
5 changes: 4 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name=jpdata
qgisMinimumVersion=3.0
description=Download and load various data of Japan
version=0.6.1
version=0.6.2
author=Yoshihiko Baba
[email protected]

Expand All @@ -22,6 +22,9 @@ repository=https://github.com/babayoshihiko/jpdata
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
0.6.2:
* Enhanced LNI supports (See README)
* Many bugfixes
0.6.1:
* Added LNIs
* Many bugfixes
Expand Down
4 changes: 2 additions & 2 deletions zip_plugin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -eV

git tag -a v0.6 -m 'version 0.6'
git push origin v0.6
git tag -a v0.6.2 -m 'version 0.6.2'
git push origin v0.6.2

mkdir ../qgis_plugins

Expand Down

0 comments on commit 7b26453

Please sign in to comment.