James,
Seeing an error from convert like that usually means the earlier command
from the rendering engine didn't work. Unfortunately, the error
reporting from the rendering engine components isn't as good as it
should be, so it's likely getting hidden. Did you compile and install
the rendering engine components in the map_utils directory? If you look
in the log, you'll see the map_utils command that was used to render the
requested tile, you can try running that by itself on the command line
to see if any errors are happening there. Note that the quotes around
the projection string aren't logged (in this particular case that
doesn't matter), but the command you should try based on your log file
is:
map_raster_layer -p +init=epsg:4326 -x -180.0 -X 180.0 -y -90.0 -Y 90.0
-W 769 -H 385 -o /tmp/lunaserv20171025-21370-1ee451f/image-0.png -b
/var/maps/lunamaps/layer/mars/viking/mars1.tif -b
/var/maps/lunamaps/layer/mars/viking/mars2.tif -b
/var/maps/lunamaps/layer/mars/viking/mars3.tif -b
/var/maps/lunamaps/layer/mars/viking/mars4.tif -b
/var/maps/lunamaps/layer/mars/viking/mars5.tif -b
/var/maps/lunamaps/layer/mars/viking/mars6.tif -b
/var/maps/lunamaps/layer/mars/viking/mars7.tif -b
/var/maps/lunamaps/layer/mars/viking/mars8.tif
When you run it, change the path for the -o option to a place you can
actually write the resulting tile. My guess is you'll see whatever the
problem is when you try to run that command. Let me know what you get.
--Nick
> --
> You received this message because you are subscribed to the Google
> Groups "Lunaserv" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
lunaserv+u...@googlegroups.com.
> To post to this group, send email to
luna...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/lunaserv.