OsmAnd OBF 是 OsmAnd 移动应用(Android/iOS)的离线地图格式。它包含矢量地图、POI、地址和交通网络,用于离线导航。文件可通过文件管理器加载到 OsmAnd 中。
主要特点

关于 OsmAnd OBF 格式
OBF is the offline map format of the OsmAnd app (Android and iOS). A single binary file holds a vector map, a routing graph, an address index and a points-of-interest database, packed so that the phone draws and searches through them quickly without internet.
The export is chosen when OsmAnd's built-in maps are not enough or you need exactly your own area: a hike into a region with no signal, a trip abroad, field work. Unlike a raster offline layer, a vector map in OsmAnd switches display themes, builds routes and searches addresses right on the device.
The file is built on the server with OsmAnd's own toolchain: the layers are exported into an intermediate format, and then OsmAndMapCreator (Java) builds an .obf out of them with map, routing, address and points-of-interest indexes. The finished file is copied into the app's folder and appears in the map list alongside the official ones — the quality of routing then depends on how complete the road data is in the selected area.
打开 OsmAnd OBF 文件的程序
以下程序可以打开、编辑和处理从 OSM2CDR 导出的 OsmAnd OBF(.obf)文件:
格式规格
- 开放标准
- 仅 2D
- 无损(无质量损失)
- 存储要素属性
- 输出:1 个文件
- OsmAnd Binary File (.obf, open spec). Offline maps for OsmAnd app on Android/iOS with routing graph + POIs.
谁在使用 OsmAnd OBF 地图
如何导出 OsmAnd OBF
导出后如何打开
- OsmAnd on Android — copy the .obf into the app's maps folder (OsmAnd/files) with a file manager or a cable and restart the program: the map appears in the list.
- OsmAnd on any platform — a second route with no folder fiddling: open the file through "Share" or the built-in import under "My Places" and confirm installing the map.
- OsmAnd on iOS — hand the file to the app through "Files" or "Open in...": the iOS version imports .obf the same way.
- Checking it — in the "Configure map" menu and in search: if the map is in place, the area is drawn as vector data and search starts finding addresses and points of interest from the export.
- OsmAndMapCreator on a computer — if you like, open the .obf and see what is inside before moving it to the phone.
OsmAnd OBF 格式的热门地图
常见问题
相关格式
经常一起导出
Related Articles
OSM maps for Navitel — and what to download for Garmin, OsmAnd, TomTom
Need OSM maps for Navitel? Honestly: we don't produce the native .nm7, but Navitel imports GPX — we show the steps. Plus
guideOffline Maps for Smartphone: OsmAnd, Organic Maps, Maps.me
How to prepare and load offline maps for travel without internet. OsmAnd, Organic Maps, Maps.me comparison — which to ch
formatOsmAnd OBF — Binary Format for Offline Navigation on Android and iOS
OsmAnd OBF is the proprietary binary format for OsmAnd Maps & Navigation: multi-zoom indexing, routing graph, POI; stand