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

Better expose ipyleaflet maps #1278

Merged
merged 1 commit into from
Aug 28, 2023
Merged

Better expose ipyleaflet maps #1278

merged 1 commit into from
Aug 28, 2023

Conversation

manthey
Copy link
Member

@manthey manthey commented Aug 28, 2023

There are now several ways to invoke ipyleafet maps:

  • using JupyterLab and proxying a local file from the JupyerLab instance
  • using JupyterLab and proxying a file from a non-large_image girder server on the JupyerLab instance
  • using Jupyter or Jupyter lab and accessing data on a large_image girder server by item or file id
  • using Jupyter or Jupyter lab and accessing data on a large_image girder server by resource path

There are now utility functions to convert to/from pixel coordinates and to grab the locally proxied map. (ts.to_map / ts.from_map / ts.iplmap for the proxied tile source, or map.to_map / map.from_map for the girder server rendered map).

This should get documented by including samples in a jupyter notebook (see issue #1274).

There are now several ways to invoke ipyleafet maps:
- using JupyterLab and proxying a local file from the JupyerLab instance
- using JupyterLab and proxying a file from a non-large_image girder
  server on the JupyerLab instance
- using Jupyter or Jupyter lab and accessing data on a large_image
  girder server by item or file id
- using Jupyter or Jupyter lab and accessing data on a large_image
  girder server by resource path

There are now utility functions to convert to/from pixel coordinates and
to grab the locally proxied map.  (ts.to_map / ts.from_map / ts.iplmap
for the proxied tile source, or map.to_map / map.from_map for the girder
server rendered map).
@manthey manthey merged commit 0e8eb70 into master Aug 28, 2023
6 of 7 checks passed
@manthey manthey deleted the easier-jupyter-map branch August 28, 2023 17:13
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

Successfully merging this pull request may close these issues.

1 participant