Global map tiles disappear past zoom level 19
问题 I use OpenStreetMap with Leaflet.js. I have a map with an indoor picture on it. The problem is when I zoom in, streets disapears. Do you know anything that can solve this plz? Tricks or tips! EDIT : // Load the Map this.map_ = L.map($(selector)[0], { center: [ 48.8459382, 2.2863024, ], maxZoom: 24, zoom: 20, }); 回答1: I guess you have used map.options.maxZoom at a high number to let the user zoom to see your indoor image details. However, OSM tiles are not available past zoom level 19, so the