似乎沒有任何列代表特定節點的緯度經度信息。我使用osm2pgsql將數據導入PostGIS。關於如何獲取這些信息的任何想法? 在此先感謝 編輯:我得到了它與這方面的工作: SELECT ST_Y(ST_Transform(way, 4326)) AS lat, ST_X(ST_Transform(way, 4326)) AS long
FROM planet_osm_point;
我一直在按照本指南設置我自己的osm節點。 https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/ 我已經走了低谷所有的編譯和配置無併發症(兩次),但在這兩種運行我結束了以下錯誤 Using built-in tag processing pipeline
Using projection SRS 3
我試圖使用osm2pgsql將osm數據導入aws rds實例。我收到一個錯誤,說Osm2pgsql failed due to ERROR: Open failed for 'insights_poi': No such file or directory,但我提供了所有必要的文件。 在本地,我跑osm2pgsql -c -d insights_poi -U insights_poi -H be