Skip to content

Vector Tiles vs. 3DTiles

City white model

In the industry, 3D buildings converted from 2D vector data like those in the image above are commonly called white-model buildings.

Both vector tile layers and 3DTiles can render white-model buildings for large city scenes. Their main comparison:

FeatureVector Tiles3DTiles
Data storageDatabase or filesStatic model files
Real-time data updates
Real-time style updates
Batch model rendering (I3DM)
Point cloud data
Oblique photography
3D generation strategyReal-time generation on the frontendSoftware conversion
PerformanceHighPoor
Open-source ecosystem supportRichLimited

Therefore, for rendering 3D white-model buildings, we believe vector tiles are the better technical solution.

However, for point cloud and oblique photography data, 3DTiles remains the best technical solution and cannot be replaced by vector tiles.

This document has been cross-checked against the @maptalks/gl-layers 2026 source code (api-notes-vt-gl.md)