-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to draw a polygon using center`s gps and long\width\hight ? #508
Comments
I think you are confusing rectangle/square with polygon, if you think carefully about the definition of polygon, you won't ask this question. My suggestion would be to make a custom layer based off of the polygon layer Also I don't understand why calculating vertices from center + length, width, and height would be time-consuming, do you have so many bounding boxes? If you care so much about performance, prepare the data in the backend before it hits the front end |
Thanks for your reply. |
The And if you prep mesh you can create it as necessary to match your use-case. The only case that would be awkward is if you have a number of different sizes you need. However, Im sure we can advise a way around that if it was the case. |
I konw it can be done using 4 gps , and I generate the 4 gps with center
s gps + long\width\height, but it takes too much time, is there another way I don
t know ? ThanksThe text was updated successfully, but these errors were encountered: