Norkart / Leaflet-MiniMap

A minimap control plugin for Leaflet
BSD 2-Clause "Simplified" License
395 stars 125 forks source link

A rendering problem in minimap: solved #43

Closed aborruso closed 10 years ago

aborruso commented 11 years ago

Hi all, I have had in minimap control the same problem I have had in my regualr map: https://github.com/Leaflet/Leaflet/issues/2157

I have applied the same kind of CSS modification you read here https://github.com/Leaflet/Leaflet/issues/2078 and I have added this code to Control.MiniMap.css: .leaflet-control-minimap img { -webkit-backface-visibility: hidden; }

Best regards,

Andrea

robpvn commented 10 years ago

Since this is actually a bug in Leaflet itself and that appears to have been handled in 0.7.0, I'll close this bug now.