each time hard code some line based on info from config.xml for only 1 bundle file
I have 20 bundle file, need to do 20 times, too tired.
Can you automate this process, let it auto read config.xml , auto set parameter, then auto output all 20 bundle?
Or
how to make it extract on the fly? on the PHP server, like tileserver-PHP does. https://github.com/maptiler/tileserver-php
For example, user client send request. asking for tile. http://..../x/y/z.png , then it will on the fly extract that zoom level x, row y, z , output a final .png image file?