You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple search of the following code shows a lot of hits in location that should not be aware of the existence of this tool. This is a breach in responsibility principle and modularity. The map or the tool itself should handle the map event deactivation. This should be done and documented in the code before implementing other map level tools like #1224
if (serviceLocator.selectedObjectsManager.isSelected('measureTool')) {
return;
}
The text was updated successfully, but these errors were encountered:
A simple search of the following code shows a lot of hits in location that should not be aware of the existence of this tool. This is a breach in responsibility principle and modularity. The map or the tool itself should handle the map event deactivation. This should be done and documented in the code before implementing other map level tools like #1224
The text was updated successfully, but these errors were encountered: