I have some shapefiles that I tried to convert to .osm without success. After hours of trying, I am looking for a different approach. I want to know if I can import from Postgres into Open Street Maps.
I really work hard for this, but I cannot find a way.
You can do this using osmosis, this is an example of exporting from postgis to osm:
osmosis --read-apidb host="x" database="x" user="x" password="x" --write-xml file="planet.osm"
Here is the HowTo osmosis installation
Source: https://habr.com/ru/post/1392111/More articles:The easiest way to color text in C / C ++ DOS? - c ++Camera focus square for iPhone iOS 4.3 - is it removed programmatically? - iosWhy does the VS compiler complain that it did not detect the assembly when using the attached configuration files, but the ASP.NET mechanism in IIS has no problems? - asp.netHow to correctly display static text on an MFC CToolBar using TBSTYLE_FLAT? - c ++Regex replace is the whole chain! How to make a regular expression jagged? - regexTFS 2010 API: get old name / location of renamed / moved item - tfsCan I use sbt to create my own standalone console? - scalaUIWebView memory leak - iosAdd a square to a polygon consisting of squares - pythonRemoving custom array deserialization using RestSharp / JSON.NET - json.netAll Articles