Closed rotsee closed 4 years ago
The AddGeometryColumn() is a PostGis function ; so you have to focus on the Postgis setup.
Question 1: The postgis extension has been enabled? ( '"CREATE EXTENSION postgis;"' )
Question 2: What is your postgis version ? SELECT PostGIS_Version();
Oh, I feel stupid now. I forgot to enable PostGIS!
Thank you!
When importing a OSM pbf file with the example mapping json provided, I get the following error:
The command was
imposm import -mapping example-mapping.json -connection postgis://{USER}:{PWD}@localhost/imposm -read ./sweden-latest.osm.pbf -write
Any clues how to tourble shoot this?I'm at Ubuntu 20.04, in case that matters.