From 186c67f2b33b09d4df776e0fba19f1085a2da88d Mon Sep 17 00:00:00 2001 From: Robin Nehls Date: Sun, 9 Jan 2011 02:02:08 +0100 Subject: first code for the db import tool it only reads the osm header of pbf files for now, more will follow --- pbf2db/build_proto.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 pbf2db/build_proto.sh (limited to 'pbf2db/build_proto.sh') diff --git a/pbf2db/build_proto.sh b/pbf2db/build_proto.sh new file mode 100755 index 0000000..53e9966 --- /dev/null +++ b/pbf2db/build_proto.sh @@ -0,0 +1,3 @@ +#!/bin/sh +protoc --python_out=. fileformat.proto +protoc --python_out=. osmformat.proto -- cgit v1.2.3