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

"Drawing Holes in Polygons" example does not work #1172

Open
fvanderbiest opened this issue Nov 12, 2013 · 2 comments
Open

"Drawing Holes in Polygons" example does not work #1172

fvanderbiest opened this issue Nov 12, 2013 · 2 comments

Comments

@fvanderbiest
Copy link
Contributor

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

@tschaub
Copy link
Member

tschaub commented Nov 12, 2013

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.

@fvanderbiest
Copy link
Contributor Author

Thanks for the quick reply Tim.
I'm seeing false ... how could this be ?

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

No branches or pull requests

2 participants