ProjectionWizard / projectionwizard.github.io

Projection Wizard: map projection selection tool
21 stars 1 forks source link

List of suggestions #2 #3

Closed ProjectionWizard closed 4 years ago

ProjectionWizard commented 5 years ago

UI CHANGES

beuan commented 5 years ago
beuan commented 5 years ago

Currently in progress by @jwasilgeo on branch continuous-canvas-updates, documented separately in issue #4, and available in PR #6.

jgravois commented 5 years ago

it would be nice to be able to zoom in with a double click.

I can't remember why I overrode the default.

I feel like it caused some conflict with drawing, but you're welcome to remove the property and see if everything else still works.

https://github.com/ProjectionWizard/projectionwizard.github.io/blob/master/map.js#L413

beuan commented 5 years ago

I can't remember why I overrode the default.

I suspect you overwrote it because you tried to set double click to zoom on rectangle and it didn't work properly.

I feel like it caused some conflict with drawing, but you're welcome to remove the property and see if everything else still works.

https://github.com/ProjectionWizard/projectionwizard.github.io/blob/master/map.js#L413

Thanks @jgravois! I will check it out and see how it works.

beuan commented 4 years ago

Most items on the list are resolved. The only remaining one is the conflict between map panning and rectangle dragging. I think there is no solution to have both. I will keep rectangle dragging for now.

Thank you, @jwasilgeo and @jgravois for your help!