Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Aug 29, 2023
1 parent aa42cc6 commit 148e4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/provider/erddap.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_fields(self):

return properties

def query(self, startindex=0, limit=10, resulttype='results',
def query(self, offset=0, limit=10, resulttype='results',
bbox=[], datetime_=None, properties=[], sortby=[],
select_properties=[], skip_geometry=False, q=None,
filterq=None, **kwargs):
Expand Down

0 comments on commit 148e4e8

Please sign in to comment.