Skip to content

Commit

Permalink
Merge pull request #200 from geoadmin/dev_remove_sublayerids
Browse files Browse the repository at this point in the history
Remove parameter sublayerids
  • Loading branch information
oterral committed Oct 31, 2013
2 parents f3e66cd + 5753528 commit fac563f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chsdi/models/bod.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ class LayersConfig(Base):
searchable = Column('searchable', Boolean)
serverLayerName = Column('server_layername', Text)
singleTile = Column('singletile', Boolean)
# Kept for backward compatibility to be removed
subLayerIds = Column('sublayerids', Text)
subLayersIds = Column('sublayersids', postgresql.ARRAY(Text))
matrixSet = Column('tilematrixsetid', Text)
timeEnabled = Column('timeenabled', Boolean)
Expand Down

0 comments on commit fac563f

Please sign in to comment.