LuckyTiger1234 / WPFArcGISApp

基于.net ,arcgisSDK 的三维球桌面端demo
0 stars 0 forks source link

How to dynamically calculate the number of interpolation points. #4

Open jiarry opened 4 months ago

jiarry commented 4 months ago

In your homework, the number of interpolation points is set to a fixed value of 100. However, this might not be appropriate if the user draws a very long line (e.g. 100 kilometers) or a very short one (e.g. 10 meters). Consider how to determine the number of interpolation points based on the length of the line drawn by the user.

This is a low-priority issue.

LuckyTiger1234 commented 4 months ago

This issue has been resolved and submitted to the master branch.