Skip to content

Commit 9db2827

Browse files
committed
Bump to v0.1.0
1 parent 7de42f9 commit 9db2827

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[QGIS](https://qgis.org/) で法務省登記所備付地図データ(地図 XML)の読み込みや変換を行うプラグインです。
44

5-
A QGIS plugin for converting “MOJXML” (Japanese land registration polygons) into geospatial formats. Currently, only Japanese is supported.
5+
A QGIS plugin for converting Japanese “MOJ Map XML” (land registration polygons data) into geospatial formats. Currently, only Japanese language is supported.
66

77
## 使い方
88

mojxml_plugin/metadata.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[general]
22
name=MOJXML Loader
33
qgisMinimumVersion=3.0
4-
description=This plugin is made for Japanese users. It helps you to convert "MOJ Map XML" (land registration polygons in Japan) into geospatial formats. 法務省登記所備付地図データ(地図XML)の変換や読み込みを行います。
4+
description=This plugin is made for Japanese users. It converts Japanese "MOJ Map XML" (land registration polygon data) into geospatial formats. 法務省登記所備付地図データ(地図XML)の変換や読み込みを行います。
55
version=0.1.0
66
author=MIERUNE Inc.
77
88

9-
about=This plugin is made for Japanese users. It helps you to convert "MOJ Map XML" (land registration polygons in Japan) into geospatial formats. 法務省登記所備付地図データ(地図XML)の変換や読み込みを行います。プロセッシング・ツールボックスから呼び出して利用できます
9+
about=This plugin is made for Japanese users. It converts Japanese "MOJ Map XML" (land registration polygon data) into geospatial formats. 法務省登記所備付地図データ(地図XML)の変換や読み込みを行います。プロセッシング・ツールボックスなどから呼び出して使用できます
1010

1111
tracker=https://github.com/MIERUNE/qgis-mojxml-plugin/issues
1212
repository=https://github.com/MIERUNE/qgis-mojxml-plugin

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "qgis-mojxml-plugin"
33
version = "0.0.0"
4-
description = "QGISで法務省登記所備付地図データ(地図XML)の読み込みや変換を行うプラグイン"
4+
description = "A QGIS plugin for converting Japanese “MOJ Map XML” (land registration polygons in Japan) into geospatial formats."
55
authors = ["MIERUNE Inc. <[email protected]>"]
66
readme = "README.md"
77
packages = [{ include = "mojxml_plugin" }]

0 commit comments

Comments
 (0)