I need to convert x/y/z.png in meta file, to join my static cache to renderd cache. I have the entire stack apache/mod_tile/map_nick/renderd/postgres installed but I can not find the executable "convert_meta" I saw in the source code (https://github.com/openstreetmap/mod_tile) exists convert_meta.c but i could not to compile it individually the file with gcc. How can i get to the executable "convert_meta"? Thank you for your help. asked 06 Mar '14, 14:27 jammejamme
showing 5 of 6
show 1 more comments
|
is there anyone who has used convert_meta? that can explain how to use it. thanks
Hmmm ... your question seems to be quite special ...
try asking at the developer or general OSM mailing list:
http://wiki.openstreetmap.org/wiki/Mailing_lists
(not that it's useful until you've converted the C source into something you can run), but there is the source of a man page for it here.
Did you get this to work? Having the same problem.
convert_meta
line is commented out inMakefile.am
. Does it compile if you uncomment it?Duplicate of https://help.openstreetmap.org/questions/26889/conversion-of-existing-tiles-in-png-format-to-meta-format