I just imported an OSM map using Imposm 2, and I'm wondering how to access the data. Is there any documentation which shows how to access it (in case Imposm 2 provides default classes and objects)? Or at least documentation where I can see how the content is distributed on my PostgreSQL?
I have been checking the tables mapping, but I'm a little bit lost, as until now I've been working with osm2pgsql imported data (first looking for the corresponding OSM_ID of a given coordinate pair, and after looking for the rest of the info by using the mentioned OSM_ID).
Just looking for documentation, as I only find data about the import tool.
Hi,
I just imported an OSM map using Imposm 2, and I'm wondering how to access the data. Is there any documentation which shows how to access it (in case Imposm 2 provides default classes and objects)? Or at least documentation where I can see how the content is distributed on my PostgreSQL?
I have been checking the tables mapping, but I'm a little bit lost, as until now I've been working with osm2pgsql imported data (first looking for the corresponding OSM_ID of a given coordinate pair, and after looking for the rest of the info by using the mentioned OSM_ID). Just looking for documentation, as I only find data about the import tool.
Thanks in advance!