question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am trying to add some Google Earth Engine layers (XYZ tile layers) to the map. You can see that the layers have been added successfully, but the map keeps refreshing. Any advice?

import ee
import geemap.foliumap as geemap
import streamlit as st
from streamlit_folium import st_folium

m = geemap.Map()
dem = ee.Image("USGS/SRTMGL1_003")
m.addLayer(dem, {}, "DEM")
st_data = st_folium(m, width=1000)

Peek 2022-05-07 22-25

To test it in a notebook:

import ee
import geemap.foliumap as geemap

m = geemap.Map()
dem = ee.Image("USGS/SRTMGL1_003")
m.addLayer(dem, {}, "DEM")
m

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
danlessacommented, May 23, 2022

I confirm that the issue is fixed. Many thanks for the effort!

1reaction
randyzwitchcommented, May 23, 2022

0.6.11 will be on PyPI as soon as the GitHub action completes…please take a look and let us know if you’re still seeing any weirdness!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Continuous flickering when a map is opened in Chrome that is ...
When you open a map that is zoomed in on an ocean, e.g. via this link, you see the google map grid flickering...
Read more >
Map flickering, is this normal? : r/apexlegends - Reddit
OP definitely has screen tearing going on but they're talking about the map flickering at around 24s into the video.
Read more >
Map Flickering Issue with MapXtreme .NET - Precisely
Describes an issue with a MapXtreme Map flickering in a Citrix environment Citrix is not a supported or tested operating system for MapXtreme...
Read more >
Normal map flickering - Graphics and GPU Programming
Normal map is generated from cotangent frame (peturbed normals), and then stored in RGB16F format. The video shows the difference of rendering ...
Read more >
how to remove FLICKER effect in the depth · Issue #87 - GitHub
The same problem with flickering when processing image sequence. It caused by producing inconsistent depth map.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found