Skip to content

Conversation

@giswqs
Copy link
Member

@giswqs giswqs commented Jun 29, 2024

import leafmap.maplibregl as leafmap
m = leafmap.Map(center=[-100, 40], zoom=3, style="3d-terrain-background")
m.add_ee_layer(asset_id="ESA/WorldCover/v200")
m.add_legend(builtin_legend="ESA_WorldCover")
m.add_layer_control()
m

image

@github-actions
Copy link

github-actions bot commented Jun 29, 2024

@github-actions github-actions bot temporarily deployed to pull request June 29, 2024 04:15 Inactive
@giswqs
Copy link
Member Author

giswqs commented Jun 29, 2024

import leafmap.maplibregl as leafmap
m = leafmap.Map(
    center=[-120.4482, 38.0399], zoom=13, pitch=60, bearing=30, style="3d-terrain"
)
m.add_ee_layer(asset_id="ESA/WorldCover/v200", opacity=0.5)
m.add_legend(builtin_legend="ESA_WorldCover", title="ESA Landcover")
m.add_layer_control()
m

@github-actions github-actions bot temporarily deployed to pull request June 29, 2024 04:57 Inactive
@giswqs giswqs merged commit 7a6820c into master Jun 29, 2024
@giswqs giswqs deleted the ee branch June 29, 2024 05:14
@github-actions github-actions bot temporarily deployed to pull request June 29, 2024 05:22 Inactive
sthagen pushed a commit to sthagen/giswqs-leafmap that referenced this pull request Jul 10, 2024
* Improve support for adding GEE layers

* Add GEE notebook example

* Improve notebook
kuzja111 pushed a commit to kuzja111/leafmap that referenced this pull request Jul 25, 2024
* Improve support for adding GEE layers

* Add GEE notebook example

* Improve notebook
giswqs added a commit that referenced this pull request Dec 6, 2025
* Improve support for adding GEE layers

* Add GEE notebook example

* Improve notebook
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.

2 participants