Closed philvarner closed 2 years ago
It works fine on my Linux machine. Try creating a fresh conda env to install leafmap.
conda create -n geo python=3.9
conda activate geo
conda install mamba -c conda-forge
mamba install leafmap geopandas -c conda-forge
You can also try out leafmap with Google Colab.
https://colab.research.google.com/drive/1gEEZR_6amV9pDbXXa7QlU9ajn-3yXIQ-?usp=sharing
The conda directions worked. I wonder what the difference between that and my venv with pip install is? I'll look into this further.
Environment Information
requirements.txt from pip freeze also attached.
Description
I'm trying to add some geojson polygons to a map, but they don't appear. I tried the geojson example and that doesn't work for me either.
What I Did
I ran the geojson example and got the following output (see that the cable lines are not displayed). I also tried this with a dict representing a polygon and it also did not display.
requirements.txt