I tried QTILES plugin for QGIS and it works very well.I can export tiles in .mbtiles or zip format.Now I'm trying to know how call these tiles from leaflet in this way:
L.tileLayer('http://www.cityplanner.it/experiment_host/supply/tiles/car_tiles/{z}/{x}/{y}.png', { maxZoom: 18, attribution: '..'}).addTo(map);
(http://www.cityplanner.it/tilemill-alla-mappa-online/)
I don't know if is ok .mbtiles format or folder structure from .zip. How leaflet reads .mbtiles?Tks guys! valerio
أكثر...
L.tileLayer('http://www.cityplanner.it/experiment_host/supply/tiles/car_tiles/{z}/{x}/{y}.png', { maxZoom: 18, attribution: '..'}).addTo(map);
(http://www.cityplanner.it/tilemill-alla-mappa-online/)
I don't know if is ok .mbtiles format or folder structure from .zip. How leaflet reads .mbtiles?Tks guys! valerio
أكثر...