myMap.panEnabled = true;
myMap.panEnabled = false;
Dewayne,I know what you are talking about. I tend to just deal with it but if you really wanted to get around it you could assign a mouseMove event and a mouseUp event to the map in question.So your mouseMove would look like.myMap.panEnabled = true;and your mouseUpmyMap.panEnabled = false;Its obviously not a perfect solution but it lets you pan with precision.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.