Skip to content

Commit

Permalink
Update cityjson to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Dec 14, 2023
1 parent a26a55d commit ef43028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ impl DT {
});
let cj = Cityjson {
r#type: "CityJSON".to_owned(),
version: "1.1".to_owned(),
version: "2.0".to_owned(),
transform: trans,
city_objects: json!({"myterrain": cos}),
vertices: allv_i,
Expand Down

0 comments on commit ef43028

Please sign in to comment.