|
|
|
|
|
by efkv
4330 days ago
|
|
Tiling is a very common technique for online maps. Image tiles used to be the standard, but there has been a lot of progress made with vector tiles (what the new Google Maps uses), mainly due to the huge improvements in browser performance as well as greater support of WebGL . Take a look at Mapbox GL, a very cool vector tile renderer: https://www.mapbox.com/blog/mapbox-gl-js/ |
|