makinacorpus / django-leaflet

Use Leaflet in your Django projects
GNU Lesser General Public License v3.0
713 stars 282 forks source link

Why does the map become grey after scrolling past 10m? #345

Open kramer65 opened 2 years ago

kramer65 commented 2 years ago

I've included the leaflet map into my django-admin. It works great, but I need high precision in the polygons I draw. When I currently scroll past 10m I get a grey screen though. Does anybody know what the reason for this is? Is this a bug, a setting, or simply a limitation of openstreetmap?

Gagaro commented 2 years ago

Do you have any error in the network query done to fetch the tiles?