Skip to content

Commit dffefdc

Browse files
committed
fix automatic leveloverview loading from demos.tf
1 parent 91cb2e6 commit dffefdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/demostf.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ pub async fn get_image(map: &str) -> Result<Option<RgbImage>, reqwest::Error> {
3434

3535
#[derive(Debug, Deserialize)]
3636
struct Boundary {
37-
#[serde(rename = "boundaryMin")]
37+
#[serde(rename = "boundary_min")]
3838
min: Point,
39-
#[serde(rename = "boundaryMax")]
39+
#[serde(rename = "boundary_max")]
4040
max: Point,
4141
}
4242

0 commit comments

Comments
 (0)