remove old oscim protocol definition
This commit is contained in:
parent
481a5e079e
commit
31f1ad661c
@ -1,22 +0,0 @@
|
||||
package org.oscim.database.pbmap;
|
||||
|
||||
option java_package = "org.oscim.database.pbmap";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
message Data {
|
||||
message Way {
|
||||
repeated uint32 tags = 1 [packed = true];
|
||||
repeated uint32 index = 2 [packed = true];
|
||||
repeated sint32 coordinates = 3 [packed = true];
|
||||
}
|
||||
|
||||
message Node {
|
||||
repeated uint32 tags = 1 [packed = true];
|
||||
repeated sint32 coordinates = 2 [packed = true];
|
||||
}
|
||||
|
||||
repeated string tags = 1;
|
||||
repeated Way ways = 2;
|
||||
repeated Node nodes = 3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user