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

Document map configuration options #132

Closed
joewdavies opened this issue Oct 30, 2024 · 1 comment
Closed

Document map configuration options #132

joewdavies opened this issue Oct 30, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@joewdavies
Copy link
Collaborator

They were in V2 and have now dissappeared, e.g.:

  selectionRectangleWidthPix: () => "1",
  onZoomStartFun: (event) => {
    console.log("pan/zoom start", event);
  },
  onZoomFun: (event) => {
    console.log("zoom", event);
  },
  onZoomEndFun: (event) => {
    console.log("pan/zoom end", event);
  },

No mention in the docs or in the changelog.

@joewdavies joewdavies added the documentation Improvements or additions to documentation label Nov 6, 2024
@joewdavies
Copy link
Collaborator Author

Fixed with cccf95c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant