Closed dfy167 closed 6 years ago
Did you compare URLs of requests to WMS in these two cases ?
Just checked, works normal with my own WMS service, sending several requests with &tiled=true&width=256&height=256
instead of single one.
with some test. it is ok. i used a css framwork to set img's max-width:100%
fix by add
.leaflet-container img {
max-width: none;
}
works fine. but var options = { transparent: true, format: 'image/png', tiled:true } the tile is 0*256 and not show leaflet 1.3 ,chrome latest