folium_gee icon indicating copy to clipboard operation
folium_gee copied to clipboard

A few simple functions to render Google Earth Engine Tile Layers with Folium

Results 2 folium_gee issues
Sort by recently updated
recently updated
newest added

I tried to run your example script - ``` import ee import foliumgee ee.Initialize() image = ee.Image('srtm90_v4') m = foliumgee.map(image) m.save('srtm.html') ``` and get this - > TypeErrorTraceback (most recent...

Creating a separate issue for another issue that was brought up in #2. Legend label text is a long URL when adding as new [map](https://github.com/mccarthyryanc/folium_gee/blob/master/foliumgee/tests/test_add_map.py): ![legend](https://user-images.githubusercontent.com/997120/42657421-fae90e58-85d6-11e8-819e-ebdfdd599db2.png)