Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有用于映射的 shapefile。我需要将该 shapefile 转换为地图文件。请帮我将shapefile转换为地图文件?提前致谢!!!!!!!
您将不得不在这里采取几个步骤。
首先,将其转换为 .osm,然后转换为 .pbf,最后转换为地图文件。
请参阅此处了解如何转换为 OSM。
至于 pbf 使用Osmosis来做到这一点。
然后使用Mapsforge完成该过程。
希望这可以帮助!
雷切尔