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

Android MapView Hardware Rendering #172

Open mcbridet opened 7 years ago

mcbridet commented 7 years ago

I can't seem to enable hardware rendering at all for the Android VTM library. Is this done on purpose due to glitches / bugs etc, or is there another reason?

For reference, I am using mapView.isHardwareAccelerated() to check (returns bool).

devemux86 commented 7 years ago

VTM development continues at https://github.com/mapsforge/vtm (see announcement here on main page)

Could you open an issue there?

mcbridet commented 7 years ago

Thanks, will do.