Skip to content

Commit

Permalink
マニュアルや関連リンクなどを修正 (#706)
Browse files Browse the repository at this point in the history
<!-- Close or Related Issues -->
Close #702
Close #704

### What I did(変更内容)
<!-- Please describe the motivation behind this PR and the changes it
introduces. -->
<!-- どのような変更をしますか? 目的は? -->

### Notes(連絡事項)
<!-- If manual testing is required, please describe the procedure. -->
<!-- 手動での動作確認が必要なら手順を簡単に伝えてください。そのほか連絡事項など。 -->

None / なし
  • Loading branch information
nokonoko1203 authored Feb 17, 2025
1 parent ee7ac2e commit f44741d
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 23 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ PLATEAU の標準仕様に準拠した CityGML 2.0 形式の3D都市モデルは
- 安定版のソフトウェアは、GitHub リポジトリの [Releaseページ](https://github.com/Project-PLATEAU/PLATEAU-GIS-Converter/releases)(PLATEAU リポジトリ)からダウンロードしてください。
- 最新版はこちら(株式会社MIERUNE リポジトリ [Releaseページ](https://github.com/MIERUNE/plateau-gis-converter/releases))からダウンロード可能です。
- 詳しい利用方法については、こちらの[マニュアル](https://project-plateau.github.io/PLATEAU-GIS-Converter/)をご覧ください。
- また、より具体的な利用方法・ユースケースなどはPLATEAU公式のLearningに記事がありますので、そちらもご参照ください。
- [TOPIC 30|PLATEAU GIS Converterでコンバートして3Dで表示する](https://www.mlit.go.jp/plateau/learning/tpc30/)
- [TOPIC 31|PLATEAU GIS Converterを使ってコンバートしたデータをGIS分野で活用する](https://www.mlit.go.jp/plateau/learning/tpc31/)

## 4. システム概要

Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions app/src-tauri/gen/schemas/desktop-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,11 @@
"type": "string",
"const": "core:webview:allow-reparent"
},
{
"description": "Enables the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:allow-set-webview-background-color"
},
{
"description": "Enables the set_webview_focus command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -2627,6 +2632,11 @@
"type": "string",
"const": "core:webview:deny-reparent"
},
{
"description": "Denies the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:deny-set-webview-background-color"
},
{
"description": "Denies the set_webview_focus command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -2842,6 +2852,21 @@
"type": "string",
"const": "core:window:allow-set-always-on-top"
},
{
"description": "Enables the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-background-color"
},
{
"description": "Enables the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-count"
},
{
"description": "Enables the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-label"
},
{
"description": "Enables the set_closable command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -2927,6 +2952,11 @@
"type": "string",
"const": "core:window:allow-set-minimizable"
},
{
"description": "Enables the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-overlay-icon"
},
{
"description": "Enables the set_position command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -3187,6 +3217,21 @@
"type": "string",
"const": "core:window:deny-set-always-on-top"
},
{
"description": "Denies the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-background-color"
},
{
"description": "Denies the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-count"
},
{
"description": "Denies the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-label"
},
{
"description": "Denies the set_closable command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -3272,6 +3317,11 @@
"type": "string",
"const": "core:window:deny-set-minimizable"
},
{
"description": "Denies the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-overlay-icon"
},
{
"description": "Denies the set_position command without any pre-configured scope.",
"type": "string",
Expand Down
50 changes: 50 additions & 0 deletions app/src-tauri/gen/schemas/macOS-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,11 @@
"type": "string",
"const": "core:webview:allow-reparent"
},
{
"description": "Enables the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:allow-set-webview-background-color"
},
{
"description": "Enables the set_webview_focus command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -2627,6 +2632,11 @@
"type": "string",
"const": "core:webview:deny-reparent"
},
{
"description": "Denies the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:deny-set-webview-background-color"
},
{
"description": "Denies the set_webview_focus command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -2842,6 +2852,21 @@
"type": "string",
"const": "core:window:allow-set-always-on-top"
},
{
"description": "Enables the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-background-color"
},
{
"description": "Enables the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-count"
},
{
"description": "Enables the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-label"
},
{
"description": "Enables the set_closable command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -2927,6 +2952,11 @@
"type": "string",
"const": "core:window:allow-set-minimizable"
},
{
"description": "Enables the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-overlay-icon"
},
{
"description": "Enables the set_position command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -3187,6 +3217,21 @@
"type": "string",
"const": "core:window:deny-set-always-on-top"
},
{
"description": "Denies the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-background-color"
},
{
"description": "Denies the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-count"
},
{
"description": "Denies the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-label"
},
{
"description": "Denies the set_closable command without any pre-configured scope.",
"type": "string",
Expand Down Expand Up @@ -3272,6 +3317,11 @@
"type": "string",
"const": "core:window:deny-set-minimizable"
},
{
"description": "Denies the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-overlay-icon"
},
{
"description": "Denies the set_position command without any pre-configured scope.",
"type": "string",
Expand Down
19 changes: 15 additions & 4 deletions app/src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
</p>

<p>
PLATEAUの標準仕様に準拠したCityGML2.0形式の3D都市モデルは、専門のGISツールやCUIツールを用いて他のGIS形式に変換して用いられることが一般的ですが、一般ユーザーが簡易に利用可能な汎用的ツールは存在しません。このため、流通や活用の範囲が専門家や技術者に限られていました。「GISコンバータ」を利用することで、3D都市モデルを用いた様々な分析・開発を行うことができます。
PLATEAUの標準仕様に準拠したCityGML2.0形式の3D都市モデルは、専門のGISツールやCUIツールを用いて他のGIS形式に変換して用いられることが一般的ですが、一般ユーザーが簡易に利用可能な汎用的ツールは存在しません。このため、流通や活用の範囲が専門家や技術者に限られていました。「PLATEAU
GIS Converter」を利用することで、3D都市モデルを用いた様々な分析・開発を行うことができます。
</p>

<ul>
Expand All @@ -35,22 +36,32 @@
<h1 class="font-semibold text-lg">利用手順</h1>

<p>
ソフトウェアの最新版は
安定版のソフトウェアは、
<a
href="https://github.com/MIERUNE/PLATEAU-GIS-Converter/releases"
href="https://github.com/Project-PLATEAU/PLATEAU-GIS-Converter/releases"
target="_blank"
rel="noopener noreferrer">Releaseページ</a
>
からダウンロードしてください。
<br />
詳しい利用方法については、こちらの
<a
href="https://mierune.github.io/PLATEAU-GIS-Converter/index.html"
href="https://project-plateau.github.io/PLATEAU-GIS-Converter"
target="_blank"
rel="noopener noreferrer">マニュアル</a
>をご覧ください。
</p>

<p>
最新版は
<a
href="https://github.com/MIERUNE/plateau-gis-converter/releases"
target="_blank"
rel="noopener noreferrer">こちら</a
>
からダウンロードしてください。
</p>

<div class="mx-auto">
<a href="/">
<Icon class="text-4xl" icon="material-symbols:arrow-circle-left" />
Expand Down
9 changes: 6 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

PLATEAU GIS Converter は、[PLATEAU](https://www.mlit.go.jp/plateau/)が提供するCityGML形式の3D都市モデルを、他の一般的なGISデータ形式に変換するソフトウェアです。本ツールでは3D都市モデルを以下の形式に変換することができます:

- 3D Tiles
- Mapbox Vector Tiles (MVT)
- GeoPackage
- GeoJSON
- Mapbox Vector Tiles (MVT)
- 3D Tiles
- Shapefile
- KML
- CZML
- Shapefile
- Minecraft
- glTF
- Wavefront OBJ

![alt text](resources/index_image.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/download_city_gml.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

![alt text](../resources/downloadCityGml_image-1.png)

G空間情報センターより「CityGML(v2)」または「CityGML(v3)」を選択しましょう
G空間情報センターより「CityGML(v2)」または「CityGML(v3)」以降を選択しましょう
東京23区など、人口の多い地域は比較的データが多く、ダウンロードに時間がかかることがあります。
また、ダウンロードしたファイルはzip圧縮された状態でも5GBを超えることがあり、解凍するとさらに大きくなります。
ストレージの空き容量に注意してください。
Expand Down
30 changes: 16 additions & 14 deletions docs/manual/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ macOSを利用している方は、`PLATEAU.GIS.Converter_<最新バージョン

![alt text](../resources/install_image-11.png)

## windowsでのインストール

ダウンロードした`PLATEAU.GIS.Converter_<最新バージョン>_x64-setup.exe`を実行します。

![alt text](../resources/install_image-1.png)

インストールウィザードが表示されるので、指示に従ってインストールを行ってください。

![alt text](../resources/install_image-2.png)

インストールが完了すると、アプリケーションが起動します。

![alt text](../resources/install_image-3.png)

## macOSでのインストール

ダウンロードした`PLATEAU.GIS.Converter_<最新バージョン>_universal.dmg`を実行します。
Expand All @@ -48,3 +34,19 @@ macOSを利用している方は、`PLATEAU.GIS.Converter_<最新バージョン
![alt text](../resources/install_image-9.png)

![alt text](../resources/install_image.png)

## windowsでのインストール

ダウンロードした`PLATEAU.GIS.Converter_<最新バージョン>_x64-setup.exe`を実行します。

![alt text](../resources/install_image-1.png)

インストールウィザードが表示されるので、指示に従ってインストールを行ってください。

![alt text](../resources/install_image-2.png)

※ WindowsでもMacOSでのダウンロードと同様にウィルス判定されてしまうことがあります。機種やOS・ウィルス対策ソフトによって対応が異なるため、自身の環境に合わせて、許可・無効化等対応してください。

インストールが完了すると、アプリケーションが起動します。

![alt text](../resources/install_image-3.png)
7 changes: 7 additions & 0 deletions docs/manual/use_gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,10 @@ Serving HTTP on :: port 8000 (http://[::]:8000/) ...
![alt text](../resources/useGui_image-18.png)

- 設定を行わない場合のデフォルトの属性名は「[属性マッピングルール](./mapping_rules/index.md)」に記載されています。

## その他

より具体的な利用方法・ユースケースなどはPLATEAU公式のLearningに記事がありますので、そちらもご参照ください。

- [TOPIC 30|PLATEAU GIS Converterでコンバートして3Dで表示する](https://www.mlit.go.jp/plateau/learning/tpc30/)
- [TOPIC 31|PLATEAU GIS Converterを使ってコンバートしたデータをGIS分野で活用する](https://www.mlit.go.jp/plateau/learning/tpc31/)

0 comments on commit f44741d

Please sign in to comment.