remove EscalatorSlope and OneWay
This commit is contained in:
parent
5e4e11b51d
commit
72716154b9
3 changed files with 45 additions and 22 deletions
|
@ -218,16 +218,6 @@ class Escalator(GeometryMapItemWithLevel):
|
|||
return result
|
||||
|
||||
|
||||
class EscalatorSlope(DirectedLineGeometryMapItemWithLevel):
|
||||
"""
|
||||
An escalator slope, indicating which side of the escalator is up
|
||||
"""
|
||||
class Meta:
|
||||
verbose_name = _('Escalator Slope')
|
||||
verbose_name_plural = _('Escalator Slopes')
|
||||
default_related_name = 'escalatorslopes'
|
||||
|
||||
|
||||
class Stair(DirectedLineGeometryMapItemWithLevel):
|
||||
"""
|
||||
A stair
|
||||
|
@ -238,16 +228,6 @@ 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