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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.