How to draw the S-57 map in an efficient way?
-
Hi Guys,
I am new to Qt. I have a task to draw S-57 map but I have no idea how to begin with.
I need some help to start. I have the map data and GDAL tools.
For e.g:
How to read the S-57 map data?
How to draw it on Qt using which API?Thanks and Regards,
Melvin -
Or rather copy the RGB data generated by GDAL on a QImage/QPixamp depending on what you'd want to show.
-
What kind of performance do you have ?
What size are the inputs ?
Can you share the code you use for the painting ?