[TinyOWS-dev] [tinyows] #72: support of startindex
tinyows
trac at tinyows.org
Sun Jun 5 23:20:25 EST 2011
#72: support of startindex
-----------------------------+----------------------------------------------
Reporter: assefa | Owner:
Type: enhancement | Status: new
Priority: minor | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Approval: Unnecessary
Patch: None | Complexity: Unknown
Compatibility: Unknown | Specification: Unnecessary
-----------------------------+----------------------------------------------
Comment(by assefa):
I think I made a mistake on this. The interpretation of start index in wfs
is that startidex =1 means start from the first record.
So changes on line 695 ofwfs_get_feature should read
{{{
buffer_add_int(where, wr->startindex-1);
}}}
instead of
{{{
buffer_add_int(where, wr->startindex);
}}}
Does that make sense to you? I don;t have wfs 2.0 myself but that is how I
was told to interpret it.
Thx
--
Ticket URL: <http://www.tinyows.org/trac/ticket/72#comment:4>
tinyows <https://www.tinyows.org/trac/>
TinyOWS
More information about the TinyOWS-dev
mailing list