zazuko / SPEX

SPEX is designed to introspect data within SPARQL endpoints, leveraging the self-describing nature of RDF-based data to enhance your comprehension of the underlying schema.
https://spex.zazuko.com
MIT License
31 stars 3 forks source link

Map-like pan/zoom controls #19

Closed martinmaillard closed 3 years ago

ktk commented 4 years ago

Context: Browser zoom is perfectly fine for getting more space. Main problem is lack of interactivity, like I can't use scrollwheel or other controls like pinch-zoom on mobile devices.

Also it zooms everything, including the config dialog and the font for the "browser" part. So at one point it becomes unreadable.

I found things like https://github.com/z3ut/mouse-wheel-zoom, not sure if it's useful.