For a map application using pbf vector tiles, should I go with Tangrams which uses webgl to draw the tiles or some other library (e.g. Hoverboard)?
Tangrams looks very promising since it abstracts out the tile styling to a .yaml file, but it won't work on clients without webgl support, and the ones on which it will, I'm afraid it'll consume more resources than a library using canvas.
So on a related note, which would be better - using canvas or webgl to render a map?
أكثر...
Tangrams looks very promising since it abstracts out the tile styling to a .yaml file, but it won't work on clients without webgl support, and the ones on which it will, I'm afraid it'll consume more resources than a library using canvas.
So on a related note, which would be better - using canvas or webgl to render a map?
أكثر...