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
I have a bit of a challenge for you. Maybe this is possible already?
What problem does this feature solve?
Assume you have an SVG map. It'd be nice to be able to pan infinitely in the horizontal direction, as if the map were rotating back into view.
Describe the solution you'd like
Not sure how to approach this.
Describe alternatives you've considered
leaflet.js but it's too heavy. This is for a hero graphic and panzoom is much lighterweight.
Additional context
The text was updated successfully, but these errors were encountered:
What do you mean by "leaflet.js" is too heavy? And why is this a problem for your specific use case? Just asking since I am considering leaflet.js
Sorry, something went wrong.
Too heavy as in "adds KBs of JS that are more than is justifiable for a mere hero graphic" in my case.
But I've since gone in another direction and don't use the project. Please feel free to close if you don't see value in it.
No branches or pull requests
I have a bit of a challenge for you. Maybe this is possible already?
What problem does this feature solve?
Assume you have an SVG map. It'd be nice to be able to pan infinitely in the horizontal direction, as if the map were rotating back into view.
Describe the solution you'd like
Not sure how to approach this.
Describe alternatives you've considered
leaflet.js but it's too heavy. This is for a hero graphic and panzoom is much lighterweight.
Additional context
The text was updated successfully, but these errors were encountered: