# Dữ liệu bản đồ

- [MBTiles](https://docs.vtools.xyz/du-lieu-ban-do/mbtiles.md): Ứng dụng hỗ trợ mở cùng lúc nhiều lớp dữ liệu MBTiles từ bộ nhớ trong của máy
- [Sửa lỗi hiển thị MBTiles](https://docs.vtools.xyz/du-lieu-ban-do/sua-loi-hien-thi-mbtiles.md): Hướng dẫn cách khắc phục lỗi khi không hiển thị được dữ liệu MBTiles, lỗi này xảy ra trên một số dòng máy
- [GeoJSON](https://docs.vtools.xyz/du-lieu-ban-do/geojson.md): Ứng dụng hỗ trợ mở cùng lúc nhiều lớp dữ liệu GeoJSON từ bộ nhớ trong của máy
- [Google KML/KMZ](https://docs.vtools.xyz/du-lieu-ban-do/kml-kmz.md): Ứng dụng hỗ trợ mở cùng lúc nhiều lớp dữ liệu KML từ bộ nhớ trong của máy
- [Sửa lỗi dữ liệu KML/KMZ](https://docs.vtools.xyz/du-lieu-ban-do/sua-loi-du-lieu-kml-kmz.md): Dữ liệu bản đồ KML/KMZ được xuất ra từ 1 số ứng dụng khác từ máy tính có thể chưa đúng chuẩn, dẫn đến việc đọc trên vTools Survey bị lỗi định dạng. Bạn có thể thử một số cách sau để sửa lỗi dữ liệu.
- [GPX/GPS Exchange](https://docs.vtools.xyz/du-lieu-ban-do/gpx.md)
- [AutoCAD DXF](https://docs.vtools.xyz/du-lieu-ban-do/dxf.md)
- [MicroStation DGN v7](https://docs.vtools.xyz/du-lieu-ban-do/dgn-v7.md)
- [ESRI Shapefile SHP](https://docs.vtools.xyz/du-lieu-ban-do/shp.md)
- [MapInfo TAB/MIF](https://docs.vtools.xyz/du-lieu-ban-do/tab-mif.md)
- [gCadas GTP](https://docs.vtools.xyz/du-lieu-ban-do/gcadas-gtp.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vtools.xyz/du-lieu-ban-do.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
