Skip to content

Commit

Permalink
Raise select by multiple gids to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed May 24, 2019
1 parent b951d92 commit 3bf49bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gkm/xquery/select-by-gkid.xq
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ xquery version "1.0";

declare variable $gkids external;
declare variable $details external;
declare variable $limit external := 50;
declare variable $limit external := 200;

let $result := doc("geokrety" || $details || ".xml")/gkxml/geokrety
let $gkids_ := subsequence(fn:tokenize($gkids, ','), 1, $limit)
Expand Down

0 comments on commit 3bf49bf

Please sign in to comment.