0
votes
0answers
43 views

Show UTFGrid from a local map in MBtiles

Good afternoon: I have created a map using TileMill, exported it to MBTiles and uploated it to MapBox. I want to show the map and its UTFGrid using Leaflet and Openlayers. With this code, I can do ...
3
votes
1answer
271 views

reusing cached tiles with leaflet, mbtiles and mbtiles-php

I am using Leaflet and infostream's fork of mbtiles-php to serve MBTiles stored on my server. I'm using a Leaflet layer group (and a layer control) to serve two MBTiles files. When I toggle between ...