Created
December 20, 2014 15:18
-
-
Save tommypeps/f0865ad78371a284d7f7 to your computer and use it in GitHub Desktop.
Comando para pasar ficheros .osm.pdf a base de datos pgsql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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