Hi, Harry Gomez wrote: > Guys I´m sorry if this is the wrong forum
Well it is not exactly the right forum as osm2pgsql is not a mapnik tool but more of an osm tool, but hey, 90% of people here probably use it. > Here goes, > I am running osm2pgsql and I get the following: > (by the way the .osm file I am using is uncompressed) > > osm2pgsql SVN version 0.66-16099M > > Using projection SRS 4326 (LatLong) > Setting up table: planet_osm_point > Setting up table: planet_osm_line > Setting up table: planet_osm_polygon > Setting up table: planet_osm_roads > Mid: Ram, scale=10000000 > > Reading in file: map.osm > error while opening file map.osm It sounds as if you ran something like "osm2pgsql map.osm" where map.osm was not in your current working directory? You have to specify the name of the .osm file to import on the command line, and you either have to give a full path spec, or it has to reside in the current directory. Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ Mapnik-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-devel
