Skip to content

Commit

Permalink
update doc (#696)
Browse files Browse the repository at this point in the history
<!-- Close or Related Issues -->
Close #0

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

- `ORDER_MAP`に`xAL`のキーを追加
- ドキュメントの更新


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

-
`docs/src/make_mapping_rule_doc.sh`のinputファイル名の先頭に`.`が入っていいて、スクリプトが動かなかったので削除しました(何か意図があれば戻します)
  • Loading branch information
satoshi7190 authored Jan 29, 2025
1 parent 4c550c9 commit 15be0e7
Show file tree
Hide file tree
Showing 16 changed files with 75,244 additions and 39,447 deletions.
2,046 changes: 1,209 additions & 837 deletions docs/manual/mapping_rules/3dtiles.md

Large diffs are not rendered by default.

926 changes: 649 additions & 277 deletions docs/manual/mapping_rules/czml.md

Large diffs are not rendered by default.

1,332 changes: 1,055 additions & 277 deletions docs/manual/mapping_rules/geojson.md

Large diffs are not rendered by default.

984 changes: 679 additions & 305 deletions docs/manual/mapping_rules/gpkg.md

Large diffs are not rendered by default.

926 changes: 649 additions & 277 deletions docs/manual/mapping_rules/kml.md

Large diffs are not rendered by default.

1,282 changes: 1,030 additions & 252 deletions docs/manual/mapping_rules/mvt.md

Large diffs are not rendered by default.

1,608 changes: 1,335 additions & 273 deletions docs/manual/mapping_rules/shapefile.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/make_mapping_rule_doc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
for FILE_FORMART in shapefile gpkg geojson czml kml mvt 3dtiles
do
cargo run -p nusamai -- .64413325_bldg_6697_op.gml --schema schema_${FILE_FORMART}.json --sink $FILE_FORMART --output out.dummy
cargo run -p nusamai -- 64413325_bldg_6697_op.gml --schema schema_${FILE_FORMART}.json --sink $FILE_FORMART --output out.dummy
done

python3 schema_to_doc.py
Loading

0 comments on commit 15be0e7

Please sign in to comment.