Skip to content

Commit

Permalink
Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscorn committed Mar 18, 2023
1 parent 7de42f9 commit 9db2827
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 使い方

Expand Down
4 changes: 2 additions & 2 deletions mojxml_plugin/metadata.txt
Original file line number Diff line number Diff line change
@@ -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 protected]

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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>"]
readme = "README.md"
packages = [{ include = "mojxml_plugin" }]
Expand Down

0 comments on commit 9db2827

Please sign in to comment.