Skip to content

Instantly share code, notes, and snippets.

@tommypeps
Created December 20, 2014 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommypeps/f0865ad78371a284d7f7 to your computer and use it in GitHub Desktop.
Save tommypeps/f0865ad78371a284d7f7 to your computer and use it in GitHub Desktop.
Comando para pasar ficheros .osm.pdf a base de datos pgsql
/*
Compila map para tile mill
-C ram que cogemos
-U usuario de la base de datos
-S ruta de estilo / ruta del fichero
*/
sudo osm2pgsql -cGs -U postgres -d osmpepe -C 4000 -S /usr/local/share/osm2pgsql/default.style ~/Downloads/belgium-latest.osm.pbf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment