Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shumpohl committed Apr 23, 2023
1 parent b582323 commit 404b59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maplibre/src/coords.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ impl WorldTileCoords {
return None;
}

Some(Quadkey::new(z, x, y))
Some(Quadkey::new(self.z, x, y))
}

/// Adopted from [tilebelt](https://github.com/mapbox/tilebelt)
Expand Down

0 comments on commit 404b59c

Please sign in to comment.