- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 183字
- 2021-07-08 09:21:16
WFS
Web Feature Server (WFS) is an OGC open standard to provide raw vector data. Feature information that is encoded and transported using WFS includes both feature geometry and feature attribute values. GeoServer allows you to share your geospatial data in this standard and lets the client choose among several formats. Output formats include GML2, GML3, ShapeFile, JSON, and CSV.
In this section, you can change, as usual, the service metadata. You can limit the Maximum number of features returned by GeoServer for each request. The default value is very high; you may consider reducing it. Consider the following screenshot:

GeoServer is compliant with the full Transactional Web Feature Server (WFS-T) level of service, as defined by the OGC. Using WFS-T, clients may create transactions to edit data. You can select which level should be exposed by your server. By default the complete level is configured, that is, support for LockFeature is supported by the suite of transactional level operations. If you don't need or want your clients editing the data, set the option to Basic. This is shown in the following screenshot:

- Web應用系統開發實踐(C#)
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Visual Basic編程:從基礎到實踐(第2版)
- ASP.NET Core Essentials
- R語言游戲數據分析與挖掘
- 前端架構:從入門到微前端
- Python 3破冰人工智能:從入門到實戰
- Linux命令行與shell腳本編程大全(第4版)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- 深入分布式緩存:從原理到實踐
- Python深度學習原理、算法與案例
- 大話Java:程序設計從入門到精通
- Java Web從入門到精通(第3版)
- Learning Nessus for Penetration Testing
- C語言程序設計教程