Skip to content

Commit

Permalink
fix tiled layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Aug 8, 2023
1 parent be30aeb commit 1d247d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function Map() {
});
}
else {
tileLayer = L.tileLayer(layer.mapPath, {
tileLayer = L.tileLayer(layer.path, {
tileSize: mapData.tileSize,
bounds: maxBounds,
heightRange: layer.heightRange,
Expand Down

0 comments on commit 1d247d0

Please sign in to comment.