NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×80

question asked: 01 Oct '13, 14:34

question was seen: 3,512 times

last updated: 01 Oct '13, 14:39

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum