makinacorpus / django-mbtiles

Serve maps from MBTiles files
45 stars 11 forks source link

Manage gaps in zoom levels list #2

Open leplatrem opened 13 years ago

leplatrem commented 13 years ago

So far, the web map limits zoom levels by min/max, according to available tiles in MBTiles : https://github.com/leplatrem/django-mbtiles/blob/master/mbtilesmap/templates/mbtilesmap/map.html#L17

It should be restricted to available zoom levels, especially if intermediary levels are missing.

leplatrem commented 12 years ago

Feature lost after switch to Wax/modestmaps