I'd like to implement 3D map animation which is built on 256x256 tiles similar to what Google does in its Navigator. I want to use GLES2. Currently I have a 2048x1024 map bitmap that I load as a texture with 2 triangle strips and doing MVPMatrix transformations in vertex shader. That does not seem to work.
What would be the best approach for this kind of project?