This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

splitting tiles directory ?

0

hello

im trying to pre render tiles for a country z0 to Z18 i used only half of disk space but find myself with 0 free Inodes is there a way to split the directory /var/lib/mod_tile/default/ to 2 or more hard drives ?

asked 12 Dec '18, 07:56

do-d's gravatar image

do-d
11223
accept rate: 0%


One Answer:

1

Prerendering tiles down to z18 is probably not what you want to do, for exactly the reason that you've found. At the Unix level you have the opportunity to create mount points within /var/lib/mod_tile and having files below there elsewhere, but that's like dealing with a leaky roof with a bucket rather than fixing the leak.

What problem are you actually trying to solve by pre-rendering tiles down to z18 (most of which will never be accessed)?

answered 12 Dec '18, 17:56

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .