File: internal.proto

package info (click to toggle)
imposm 2.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 860 kB
  • ctags: 1,328
  • sloc: python: 4,018; cpp: 504; makefile: 3; sql: 1
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
package imposm.cache.internal;

message DeltaCoords {
   repeated sint64 ids = 1 [packed = true];
   repeated sint64 lats = 2 [packed = true];
   repeated sint64 lons = 3 [packed = true];
}

message DeltaList {
   repeated sint64 ids = 1 [packed = true];
}