Skip to content

Commit

Permalink
increase poligon offset
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Mar 1, 2024
1 parent 99c7d91 commit 59a172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/map/layers/animated-tile/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class AnimatedTile {
image: FRAME.bitmapData,
bounds: [west, south, east, north],
getPolygonOffset: () => {
return [0, 100000];
return [0, 1000000000];
},
zoom,
visible,
Expand Down

0 comments on commit 59a172c

Please sign in to comment.