add StuffedArea to packageio
This commit is contained in:
parent
c0883cfad5
commit
7578272471
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
from c3nav.mapdata.models import AreaLocation, Level, LocationGroup, Package, Source
|
||||
from c3nav.mapdata.models.collections import Elevator
|
||||
from c3nav.mapdata.models.geometry import (Building, Door, ElevatorLevel, Escalator, EscalatorSlope, Hole,
|
||||
LevelConnector, LineObstacle, Obstacle, OneWay, Outside, Room, Stair)
|
||||
LevelConnector, LineObstacle, Obstacle, OneWay, Outside, Room, Stair,
|
||||
StuffedArea)
|
||||
|
||||
ordered_models = (Package, Level, LevelConnector, Source, Building, Room, Outside, Door, Obstacle, Hole)
|
||||
ordered_models += (Elevator, ElevatorLevel, LineObstacle, Stair, Escalator, EscalatorSlope, OneWay)
|
||||
ordered_models += (LocationGroup, AreaLocation)
|
||||
ordered_models += (LocationGroup, AreaLocation, StuffedArea)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue