diff --git a/README.md b/README.md index 4cb26e9..28a6157 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [QGIS](https://qgis.org/) で法務省登記所備付地図データ(地図 XML)の読み込みや変換を行うプラグインです。 -A QGIS plugin for converting “MOJXML” (Japanese land registration polygons) into geospatial formats. Currently, only Japanese is supported. +A QGIS plugin for converting Japanese “MOJ Map XML” (land registration polygons data) into geospatial formats. Currently, only Japanese language is supported. ## 使い方 diff --git a/mojxml_plugin/metadata.txt b/mojxml_plugin/metadata.txt index 94bd97c..b6286fc 100644 --- a/mojxml_plugin/metadata.txt +++ b/mojxml_plugin/metadata.txt @@ -1,12 +1,12 @@ [general] name=MOJXML Loader qgisMinimumVersion=3.0 -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)の変換や読み込みを行います。 +description=This plugin is made for Japanese users. It converts Japanese "MOJ Map XML" (land registration polygon data) into geospatial formats. 法務省登記所備付地図データ(地図XML)の変換や読み込みを行います。 version=0.1.0 author=MIERUNE Inc. email=info@mierune.co.jp -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)の変換や読み込みを行います。プロセッシング・ツールボックスから呼び出して利用できます。 +about=This plugin is made for Japanese users. It converts Japanese "MOJ Map XML" (land registration polygon data) into geospatial formats. 法務省登記所備付地図データ(地図XML)の変換や読み込みを行います。プロセッシング・ツールボックスなどから呼び出して使用できます。 tracker=https://github.com/MIERUNE/qgis-mojxml-plugin/issues repository=https://github.com/MIERUNE/qgis-mojxml-plugin diff --git a/pyproject.toml b/pyproject.toml index 3f804e8..3b80139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "qgis-mojxml-plugin" version = "0.0.0" -description = "QGISで法務省登記所備付地図データ(地図XML)の読み込みや変換を行うプラグイン" +description = "A QGIS plugin for converting Japanese “MOJ Map XML” (land registration polygons in Japan) into geospatial formats." authors = ["MIERUNE Inc. "] readme = "README.md" packages = [{ include = "mojxml_plugin" }]