opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

Is it possible to render mapView to file image instead of GLView (android) #181

Open mauron85 opened 5 years ago

mauron85 commented 5 years ago

Thank you for this awesome library and sorry for this question.

As far I understand vtm library is using GLView to render map. But is it possible to render map directly as image? I would like to create map with some polylines in background process and save it as image, without rendering to screen. Is it possible? Many thanks.