Skip to content

Commit 339bd75

Browse files
paul121Paul
authored andcommitted
Update example vector provider plugin query arguments. (geopython#578)
1 parent 52bce46 commit 339bd75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/plugins.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ The below template provides a minimal example (let's call the file ``mycoolvecto
6868
'field2': 'string'
6969
}
7070
71-
def query(self, startindex=0, limit=10, resulttype='results',
72-
bbox=[], datetime=None, properties=[], sortby=[]):
71+
def query(self,startindex=0, limit=10, resulttype='results',
72+
bbox=[], datetime_=None, properties=[], sortby=[],
73+
select_properties=[], skip_geometry=False):
7374
7475
# open data file (self.data) and process, return
7576
return {

0 commit comments

Comments
 (0)