Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 16595

Folium Mapbox wrong tile rendering

$
0
0

So I have a problem, when my zoom is 5 and 8, some parts of map have wrong tile (the "base" of my custom tile).

Wrong rendering

My code:

f = folium.Figure(width=4680, height=4750)m = folium.Map([36, 138], maxZoom=30, minZoom=4.8, zoom_control=True, zoom_start=5,           scrollWheelZoom=True,           tiles=my_tile,           attr='My tile',           maxBounds=[[25, 50], [120, 180]],           dragging=True).add_to(f)

Viewing all articles
Browse latest Browse all 16595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>