makinacorpus / landez

Landez operates with tiles, arranges them together into images or builds MBTiles files
GNU Lesser General Public License v3.0
135 stars 52 forks source link

Making Blank mbtiles #61

Closed moccand closed 3 years ago

moccand commented 5 years ago

My process is to make 1 mbtiles file for each WMS i need (20) and then merge those files together. To do so i need to get at least one mbtiles (use as base) with my full project coverage (see #19 ).

But calling one WMS on a coverage that is not relevent make the process very slow (so many calls made just for a blank png). So i wonder if building a "blank" mbtiles would help me.

=> is it possible to create mbitiles over a predefined bbox, for n zoomlevels and only blank tiles ? In my process i would have 1 "blank" mbtiles that will be used to merge 20 "real" mbtiles.

leplatrem commented 5 years ago

Some ideas that come into my mind: