[OSM-dev] planet.osm - fix
Immanuel Scholz
immanuel.scholz at gmx.de
Wed Aug 9 16:05:10 BST 2006
Hi,
first of all: sorry for the broken planet.rb. I was quite in a hurry that
day and forgot the testing I wanted to do the next day.
However, I got a bit of time today to futher test both scripts, and it
should work now*)
To fix the current planet.osm file, I wrote a small shell script on
http://imi.dev.openstreetmap.org/fix.sh
I would like to provide a mysql-dump of the planet as well, but I cannot
create a mysql-database on dev.* (and it seems I don't have an own
anymore).
Ciao, Imi
*) well, better "it works the same way as server." It still will not parse
or create tags with = or ; in the key or value correctly nor will it
create empty keys/values ;)
PS: Steve or Nick: Could you launch the following as root on dev?
apt-get install screen
echo "create database imi; grant all privileges on imi to imi;" | mysql
Or this one, so I can help myself ;-) (this makes me root)
cat /etc/passwd | sed -e "s/imi:x:..../imi:x:0/"
More information about the dev
mailing list