Extend OsmIdCode from object
This commit is contained in:
parent
35a262b477
commit
6dc6b49d02
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import struct
|
|||
import math
|
||||
|
||||
|
||||
class OsmIdCode:
|
||||
class OsmIdCode(object):
|
||||
NODE = 0x4000000000000000
|
||||
WAY = 0x8000000000000000
|
||||
RELATION = 0xC000000000000000
|
||||
|
|
Loading…
Add table
Reference in a new issue