Replies: 1 comment
-
You can use turf.js lineString along with bbox to make a square around your field. Then from that bbox, you can take its NE/SW coordinates and download tiles between those two coords only. However since the zoom ranges are grouped, you will still be downloading a small amount of unnecessary tiles from server.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have to download thousands of area (small areas representing fields) from different regions. To minimize downloaded data I want to download Aras in its shape (polygon, triangular, square, etc...) .
But current
<MapboxGL.offlineManager />
is only accepting 4 coordinate points. Do we have any options to accomplish this ?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions