21 lines
329 B
Markdown
21 lines
329 B
Markdown
# NavSea Tile Generation Pipeline v1
|
|
|
|
描述 NavSea 从原始数据到 Vector Tile 的流程。
|
|
|
|
raw hydro data
|
|
↓
|
|
taxonomy classification
|
|
↓
|
|
canonical_object_type
|
|
↓
|
|
render mapping table
|
|
↓
|
|
chart semantic fields
|
|
↓
|
|
vector tile PBF
|
|
↓
|
|
MapLibre style rendering
|
|
|
|
该流程实现:
|
|
|
|
数据 → 语义 → 渲染 → 屏幕。 |