-
Notifications
You must be signed in to change notification settings - Fork 21
No data display #40
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
Comments
By default tiles are saved in |
Well, I gave all I had but it's clearly beyond my skills ;-) new intelThe I don't see any requests in the network analyser, I have the feeling that this step is never reached. I want to mention that our env is in Python 3.6.9 and that my I tried to display a lot of intermediate output to see where it was blocked but I can't get the Question:urlThe shape of the url to fetch the tiles (
Basically everything up to the first "jupyter" That makes a final url of the form :
If this is the case, I have to modify the fit_bounds functionsThen if I set |
@12rambau You can update ipyleaflet to the latest version and geemap should work just fine. The reason I put ipyleaflet v0.13.3 is because ipyleaflet>0.13.3 pip installation does not work properly on Windows jupyter-widgets/ipyleaflet#769. For conda installation, geemap should automatically install the latest ipyleaflet. https://github.com/conda-forge/geemap-feedstock/blob/master/recipe/meta.yaml |
@giswqs is it still working on your side in geemap ? |
I just tested the notebook example on my Linux machine with Python 3.8 and ipyleaflet 0.13.6. It works fine. https://geemap.org/notebooks/25_load_rasters Peek.2021-03-16.10-33.mp4 |
ok so I welcome myself in the compatibility nightmare I think I find a solution.
Good thing though is that now that I really dig in your code @davidbrochart, I better understand what you've done and better understand the power of async function. Thanks and congrats ! I will close this issue once everything is set on the |
Hi, I'm experiencing this issue as well on both Linux and Mac.
I do not encounter this issue in the Binder for this repo. |
Maybe you could have a look at the |
#42 helped solve this issue. I modified the code block
to
|
See #45 |
I know that this is the exact same title as #39 But as the OP now have a solution that cannot be used in my case I preferred to open a new one.
I'm working on a company environment so I have no opportunity to start from a "fresh" conda env and I'm force to better understand the libs we use. We were using the lib to display raster as in the geemap librairy and it was working very effectivelly.
As referred here, we recently lost the abbility to load anything on the map...
I checked my configuration over the one in setup.py
It should work but instead the spinning wheel turns forever and nothing appears on the map.
I also check the javascript console and appart from warnings about the cartoDB basemap, nothing.
Would you think about anything that could prevent the loading of the generated tiles ? (I'm in particular thinking about authorization to read or write in specific folder but I don't knwo which one to verify)
The text was updated successfully, but these errors were encountered: