add OneWay. no support in buildgraph yet
This commit is contained in:
parent
03b07d8a76
commit
eb5dc1130a
4 changed files with 48 additions and 5 deletions
|
@ -223,6 +223,16 @@ class Stair(DirectedLineGeometryMapItemWithLevel):
|
|||
default_related_name = 'stairs'
|
||||
|
||||
|
||||
class OneWay(DirectedLineGeometryMapItemWithLevel):
|
||||
"""
|
||||
A one way obstacle
|
||||
"""
|
||||
class Meta:
|
||||
verbose_name = _('Oneway')
|
||||
verbose_name_plural = _('Oneways')
|
||||
default_related_name = 'oneways'
|
||||
|
||||
|
||||
class Obstacle(GeometryMapItemWithLevel):
|
||||
"""
|
||||
An obstacle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue