Skip to content

Commit

Permalink
added srsDimension of envelope
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Nov 13, 2023
1 parent daad481 commit ce71430
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ class Roadspaces2CitygmlTransformer(
): BoundingShape {
val envelope = Envelope()
crs.onSome { envelope.srsName = it.srsName }
envelope.srsDimension = 3
abstractCityObjects.forEach { envelope.include(it.computeEnvelope()) }
return BoundingShape(envelope)
}
Expand Down

0 comments on commit ce71430

Please sign in to comment.