-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nusamai-geosjon: トップレベル都市オブジェクトを変換(ジオメトリのみ) (#79)
close #62 - 従来のコードは、 `nusamai-geometry` の Geometryを直接扱って、変換していた - → 「トップレベル都市オブジェクト」を入力として、GeoJSONへの変換処理を行う - #78 で用意されたものを利用している `Geometries` にある `multipolygon`, `multilinestring`, `multipoint` 、それぞれをFeatureにしている。 - [x] 変換処理の書き換え - `nusamai-geojson/src/conversion.rs` - `nusamai-geojson/src/lib.rs` - [x] CityGMLファイルをパースしてGeoJSONを出力するexampleの追加 - `nusamai-geojson/examples/gml2geojson.rs` - その他 - [x] Tauri側の暫定処理を、この変更に合わせて修正: `app/src-tauri/*` - [x] いにしえのパースexampleの削除: `nusamai-geojson/examples/citygml_polygons.rs` 属性はこのPRでは考慮していない。 トップレベル都市オブジェクトの ` cityobj: FeatureOrData<'a>` を扱う必要がある。 別途対応する #46
- Loading branch information
Showing
4 changed files
with
48 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters