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

Conversion of existing tiles in .png format to .meta format

3
1

I already have all the tiles generated into ${z}/${x}/${y}.png format using generate_tiles.py script. I need to convert all these tiles into meta tile format which could be used by mod_tile. When I searched in web, I found that there was a utility 'convert_meta' which could have been used. But I noticed that this could not be used since the changes from revision: https://github.com/openstreetmap/mod_tile/commit/e8001c859f9aff20a387a57b7b3c9bee7beb921b

I would not prefer to revert my code to earlier version which had convert_meta utility and also would not prefer to regenerate all the tiles again.

Is there any other way which I could use to convert my already generated .png files into meta tiles?

asked 01 Oct '13, 14:34

sushil's gravatar image

sushil
56114
accept rate: 0%

edited 01 Oct '13, 14:39

Source code available on GitHub .