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
I think there is a need of displaying WFS in a different way when there are many features.
For example with this data : https://cartes.gouv.fr/catalogue/dataset/IGNF_BDFORETr_2-0.xml , the section "Téléchargements" displays the different way to download data. But because of the data (more than 700k objects), the download gives us only the number authorized by the server.
"Tableau" and "Graphique" are also limited :
For tableau is it possible to make pagination in order to acces to the datas ?
For graphic, i don't know
For download is it possible to download all the data and not only the number authorized? (CURL?)
For maps : deactivate the maps or tell the user to zoom and authorize the use of the WFS at a scale of 1/10000e
The text was updated successfully, but these errors were encountered:
Using pagination for showing WFS data in a table is definitely possible! This was something we originally didn't have time to do but it would make a lot of sense. As for the map and charts unfortunately there's not much we can do once we hit the maxFeatures limit of the server. Same for download, a logical way forward would be to offer the possibility to specifying filters before downloading.
Description
I think there is a need of displaying WFS in a different way when there are many features.
For example with this data : https://cartes.gouv.fr/catalogue/dataset/IGNF_BDFORETr_2-0.xml , the section "Téléchargements" displays the different way to download data. But because of the data (more than 700k objects), the download gives us only the number authorized by the server.
"Tableau" and "Graphique" are also limited :
For tableau is it possible to make pagination in order to acces to the datas ?
For graphic, i don't know
For download is it possible to download all the data and not only the number authorized? (CURL?)
For maps : deactivate the maps or tell the user to zoom and authorize the use of the WFS at a scale of 1/10000e
The text was updated successfully, but these errors were encountered: