Skip to content

Commit

Permalink
Layer no longer has a getFeature method
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Mar 20, 2018
1 parent 8499edc commit fd93b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/python/tests/cases/shapetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def testAddPointFeature(self):
filename = 'testAddPointFeature.png'
msimg.save(filename)

def testGetShape(self):
def xtestGetShape(self):
"""returning the shape from an inline feature works"""
inline_layer = self.map.getLayerByName('INLINE')
inline_layer.open()
Expand Down

0 comments on commit fd93b53

Please sign in to comment.