Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. peter@peter-laptop:~/mapnik$ sudo -u postgres osm2pgsql -n -d gis Test.osm
  2. osm2pgsql SVN version 0.70.5
  3.  
  4. Using projection SRS 900913 (Spherical Mercator)
  5. Setting up table: planet_osm_point
  6. NOTICE: table "planet_osm_point" does not exist, skipping
  7. NOTICE: table "planet_osm_point_tmp" does not exist, skipping
  8. Setting up table: planet_osm_line
  9. NOTICE: table "planet_osm_line" does not exist, skipping
  10. NOTICE: table "planet_osm_line_tmp" does not exist, skipping
  11. Setting up table: planet_osm_polygon
  12. NOTICE: table "planet_osm_polygon" does not exist, skipping
  13. NOTICE: table "planet_osm_polygon_tmp" does not exist, skipping
  14. Setting up table: planet_osm_roads
  15. NOTICE: table "planet_osm_roads" does not exist, skipping
  16. NOTICE: table "planet_osm_roads_tmp" does not exist, skipping
  17. Mid: Ram, scale=100
  18.  
  19. !! You are running this on 32bit system, so at most
  20. !! 3GB of RAM can be used. If you encounter unexpected
  21. !! exceptions during import, you should try running in slim
  22. !! mode using parameter -s.
  23.  
  24. Reading in file: gis
  25. error while opening file gis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement