We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In http://openlayers.org/dev/examples/donut.html : nothing happens when trying to digitize a hole in an existing polygon (holding down the Alt key).
Tested with chromium 30 and FF25 / linux
The text was updated successfully, but these errors were encountered:
Works for me in Chrome 30, Safari 7, and FF 23 on OSX.
@fvanderbiest what do you get after running the following in the console:
document.body.onclick = function(e) {console.log(e.altKey)}
With alt-click on the doc you should see true.
true
Sorry, something went wrong.
Thanks for the quick reply Tim. I'm seeing false ... how could this be ?
false
No branches or pull requests
In http://openlayers.org/dev/examples/donut.html : nothing happens when trying to digitize a hole in an existing polygon (holding down the Alt key).
Tested with chromium 30 and FF25 / linux
The text was updated successfully, but these errors were encountered: