You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either I create a sort of pagination to split the requests in 200 records per page, or I should remove the final part of the WFS URL request passed in the downolad button like url.replace('&MAXFEATURES=200&','');.
The limit to requests a maximum of 200 records from WFS to build the Attribute Table causes the download of the same only 200 records.
shire/js/attribute_table/get_features.js
Lines 10 to 17 in a312492
Either I create a sort of pagination to split the requests in 200 records per page, or I should remove the final part of the WFS URL request passed in the downolad button like
url.replace('&MAXFEATURES=200&','');
.shire/js/attribute_table/build_table.js
Lines 51 to 54 in a312492
The text was updated successfully, but these errors were encountered: