如何从渗透到Osm的Osm获取包含城市名称,街道名称,建筑物编号,经度和经度的地址列表。感谢Postgres提示。一般问题是关于获取此列表。
测试提取请求无效:
osmosis --read-pbf planet-latest.osm.pbf --write-apidb dbType="mysql"
host="localhost" database="planet8" user="user" password="password"
validateSchemaVersion=no
它给出了如下错误:
org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager waitForCompletion
SEVERE: Thread for task 1-read-pbf failed
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to insert user with id 485654 into the database.
我正在使用来自https://github.com/oschrenk/osmosis-mysql的sql转储,它看起来很奇怪。不确定,它适合当前的需求。