Hello,
I would like to ask about usage of 'xmapzoom' field of struct _VikMapsLayer
in specific context.
vikmapslayer.c/maps_layer_draw_section() function is calculating
xzoom/yzoom variables like this (line ~1288):
xzoom = vml->xmapzoom;
yzoom = vml->xmapzoom;
which is a bit strange because other places don't use vml->xmapzoom for
calculating both x and y parameters. Is it correct to use vml->xmapzoom in
both lines?
Best regards,
Kamil
_______________________________________________
Viking-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/