mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-29 07:08:27 +00:00
docs(map): update base tile directory examples
This commit is contained in:
@@ -58,9 +58,9 @@ designed for fast navigation on a physical keyboard without deep menu nesting.
|
||||
Expected SD card tile layout:
|
||||
|
||||
```text
|
||||
/maps/osm/{z}/{x}/{y}.png
|
||||
/maps/terrain/{z}/{x}/{y}.png
|
||||
/maps/satellite/{z}/{x}/{y}.jpg
|
||||
/maps/base/osm/{z}/{x}/{y}.png
|
||||
/maps/base/terrain/{z}/{x}/{y}.png
|
||||
/maps/base/satellite/{z}/{x}/{y}.jpg
|
||||
/maps/contour/major-500/{z}/{x}/{y}.png
|
||||
/maps/contour/major-200/{z}/{x}/{y}.png
|
||||
/maps/contour/major-100/{z}/{x}/{y}.png
|
||||
|
||||
+3
-3
@@ -58,9 +58,9 @@ Trail-mate 将 **稳定性、效率与互操作性** 置于功能堆叠与视觉
|
||||
SD 卡瓦片目录结构示例:
|
||||
|
||||
```text
|
||||
/maps/osm/{z}/{x}/{y}.png
|
||||
/maps/terrain/{z}/{x}/{y}.png
|
||||
/maps/satellite/{z}/{x}/{y}.jpg
|
||||
/maps/base/osm/{z}/{x}/{y}.png
|
||||
/maps/base/terrain/{z}/{x}/{y}.png
|
||||
/maps/base/satellite/{z}/{x}/{y}.jpg
|
||||
/maps/contour/major-500/{z}/{x}/{y}.png
|
||||
/maps/contour/major-200/{z}/{x}/{y}.png
|
||||
/maps/contour/major-100/{z}/{x}/{y}.png
|
||||
|
||||
@@ -113,4 +113,3 @@
|
||||
- 缩放范围:`platform/esp/arduino_common/include/ui/screens/gps/gps_constants.h`
|
||||
- Route 列表目录:`modules/ui_shared/src/ui/screens/tracker/tracker_page_components.cpp`
|
||||
- Track 列表目录:`platform/esp/arduino_common/src/ui/screens/gps/gps_tracker_overlay.cpp`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user