Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. osm2pgsql -cGs -d osm -U postgres -W postgres -H localhost -S /usr/local/share/osm2pgsql/default.style /Users/asmaa/SIG/Projet_SIG/campus.osm
  2.  
  3. Setting up table: planet_osm_point
  4. NOTICE: table "planet_osm_point" does not exist, skipping
  5. NOTICE: table "planet_osm_point_tmp" does not exist, skipping
  6. Setting up table: planet_osm_line
  7. NOTICE: table "planet_osm_line" does not exist, skipping
  8. NOTICE: table "planet_osm_line_tmp" does not exist, skipping
  9. Setting up table: planet_osm_polygon
  10. NOTICE: table "planet_osm_polygon" does not exist, skipping
  11. NOTICE: table "planet_osm_polygon_tmp" does not exist, skipping
  12. Setting up table: planet_osm_roads
  13. NOTICE: table "planet_osm_roads" does not exist, skipping
  14. NOTICE: table "planet_osm_roads_tmp" does not exist, skipping
  15. Using built-in tag processing pipeline
  16. Allocating memory for dense node cache
  17. Allocating dense node cache in one big chunk
  18. Allocating memory for sparse node cache
  19. Sharing dense sparse
  20. Node-cache: cache=800MB, maxblocks=102400*8192, allocation method=11
  21. Mid: pgsql, scale=100 cache=800
  22. Setting up table: planet_osm_nodes
  23. NOTICE: table "planet_osm_nodes" does not exist, skipping
  24. Setting up table: planet_osm_ways
  25. NOTICE: table "planet_osm_ways" does not exist, skipping
  26. Setting up table: planet_osm_rels
  27. NOTICE: table "planet_osm_rels" does not exist, skipping
  28.  
  29. ***Reading in file: postgres
  30. error while opening file postgres***
  31.  
  32. osm2pgsql -cGsW -d osm -U postgres -H localhost -S /usr/local/share/osm2pgsql/default.style /Users/asmaa/SIG/Projet_SIG/campus.osm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement