rename StuffedArea to Area with boolean field „stuffed“
This commit is contained in:
parent
af30d9532b
commit
47d2616469
4 changed files with 50 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
from .section import Section # noqa
|
||||
from .source import Source # noqa
|
||||
from c3nav.mapdata.models.geometry.section import Building, Space, Hole, Door # noqa
|
||||
from c3nav.mapdata.models.geometry.space import StuffedArea, Stair, Obstacle, LineObstacle # noqa
|
||||
from c3nav.mapdata.models.geometry.space import Area, Stair, Obstacle, LineObstacle # noqa
|
||||
from .locations import AreaLocation, LocationGroup # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue