We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Setup
gis
postgres
createdb -U postgres gis psql -U postgres -d gis -c 'create extension postgis;' psql -U postgres -d gis -c 'create extension hstore;'
Import
osm2pgsql -U postgres -H localhost -P 5432 ~/Downloads/india-latest.osm.pbf --cache 6000 --hstore-column 'name:' --style ~/Downloads/default.style