Skip to content
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

Add keyboard support for map interaction. #661

Merged
merged 3 commits into from
Jan 24, 2017
Merged

Add keyboard support for map interaction. #661

merged 3 commits into from
Jan 24, 2017

Conversation

manthey
Copy link
Contributor

@manthey manthey commented Jan 20, 2017

Add some css to show when the map gets focus. This is only added if the map has the appropriate class, which is controlled by a flag in the keyboard settings for the interactor.

As some background for this PR, having keyboard control is desirable for annotation editing, as it will allow precise nudging of locations.

Add some css to show when the map gets focus.  This is only added if the map has the appropriate class, which is controlled by a flag in the keyboard settings for the interactor.
@codecov-io
Copy link

codecov-io commented Jan 20, 2017

Current coverage is 89.01% (diff: 100%)

Merging #661 into master will increase coverage by 0.15%

@@             master       #661   diff @@
==========================================
  Files            84         84          
  Lines          8497       8582    +85   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           7550       7639    +89   
+ Misses          947        943     -4   
  Partials          0          0          

Powered by Codecov. Last update d7b72e9...6a94bc7

}
}
}
console.log(JSON.stringify([meta, evt, factor])); //DWM::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug left out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep.

@manthey manthey merged commit 7ca9c4b into master Jan 24, 2017
@manthey manthey deleted the keyboard-control branch January 24, 2017 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants