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.
我设法为 python 安装了 mapnik,并且能够使用提供的shp文件来渲染地图。是否有可能从python动态检索我想渲染的地图的形状文件(给定坐标)?还是我需要下载整个 OSM 文件,并将它们导入我自己的数据库?
shp
谢谢
对于大型应用程序,不建议从 shapefile 动态检索数据。最佳实践是将 shapefile 转储到 postgres (shp2pgsql) 等数据库中并使用 mapnik 生成地图并使用 tilecache 平铺它们。