-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Description
I am using Leaflet for offline Map viewing (see my demo of using PouchDB for offline tile storage at: http://gis.stackexchange.com/questions/62070/offline-slippy-map-tiles-database-for-leaflet/62073#62073 )
As a base layer I am using the NASA BlueMarble image. The full scale image at 8 levels of zoom is "only" 186MB, 43K tiles of JPG. I would like to generate this to 10 or 11 zoom levels, but it is too heavy for offline.
But for my use case (as a backdrop for a few selected small footprint aerial photos at zoom 11) it would be fine to just zoom the level 8 zoom pixels. (users don't care about grainy backdrops, just full res aerials).
Does this sound like a reasonable request for the core product?
Someone did suggest I look at: ZoomTMSLayer: https://github.com/tilemapjp/ZoomTMSLayer but I do not have TMS layers. What I have are EPSG4326 LL84 tiles in a PouchDB database, and I am using the FunctionalLayer plugin for leaflet to display.