Skip to content

Commit

Permalink
fix(engine): update workflow paths and output handling in feature tra…
Browse files Browse the repository at this point in the history
…nsformer (#593)
  • Loading branch information
miseyu authored Oct 24, 2024
1 parent 005f304 commit f12cbf7
Show file tree
Hide file tree
Showing 11 changed files with 256 additions and 428 deletions.
14 changes: 7 additions & 7 deletions engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ reearth-flow-storage = { path = "runtime/storage" }
reearth-flow-telemetry = { path = "runtime/telemetry" }
reearth-flow-types = { path = "runtime/types" }

nusamai-citygml = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.3.1", features = ["serde", "serde_json"] }
nusamai-gltf = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.3.1" }
nusamai-mvt = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.3.1" }
nusamai-plateau = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.3.1", features = ["serde"] }
nusamai-projection = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.3.1" }
nusamai-citygml = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.4.0", features = ["serde", "serde_json"] }
nusamai-gltf = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.4.0" }
nusamai-mvt = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.4.0" }
nusamai-plateau = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.4.0", features = ["serde"] }
nusamai-projection = { git = "https://github.com/reearth/plateau-gis-converter", tag = "v0.4.0" }

Inflector = "0.11.4"
ahash = "0.8.11"
Expand Down
2 changes: 1 addition & 1 deletion engine/docs/mdbook/src/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ Extracts the orientation of a geometry from a feature and adds it as an attribut
### Type
* processor
### Description
AttributeFlattener
Flatten attributes for building feature
### Parameters
* No parameters
### Input Ports
Expand Down
Loading

0 comments on commit f12cbf7

Please sign in to comment.