Update example vector provider plugin query arguments. (#578)

This commit is contained in:
Paul Weidner
2020-11-22 19:17:14 -08:00
committed by GitHub
parent 21c4d36a40
commit 48d00d67d5
+3 -2
View File
@@ -68,8 +68,9 @@ The below template provides a minimal example (let's call the file ``mycoolvecto
'field2': 'string'
}
def query(self, startindex=0, limit=10, resulttype='results',
bbox=[], datetime=None, properties=[], sortby=[]):
def query(self,startindex=0, limit=10, resulttype='results',
bbox=[], datetime_=None, properties=[], sortby=[],
select_properties=[], skip_geometry=False):
# open data file (self.data) and process, return
return {