- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 280字
- 2021-07-08 09:21:16
Limiting the SRS list from WMS
GeoServer supports many SRSs and can transform on-the-fly spatial features from one SRS to another. Sometimes, this may not be what you want; for example, if you are publishing data only in a few SRSs and want GeoServer to be heavily loaded from transformation requests. You will now learn how to limit the list of supported SRS:
Do you know that an SRS is a spatial reference system? If you are not reading the book from start to end, and this acronym sounds confusing, take a look at Chapter 1, GIS Fundamentals.
- On your browser, open the WMS capabilities. This is the standard output for the service description. It is an XML file, containing data published, operations supported, and other details. To open it, go to the main page of GeoServer's interface and click on the 1.3.0 link:

- You should get a huge XML file. Scroll down to All supported EPSG projections. The following screenshot shows just a few of them; you now have an idea of how many there are:

- Now, go to the Service section and click on WMS. Then scroll down and locate the Limited SRS list textbox. Insert the SRS code we will use throughout the book: 4326, 3857, 4269. Then click on the Submit button:

- Now repeat the capabilities request and search for the CRS section. Is there any difference? Consider the following screenshot:

We limited the SRS-supported list. This will make the capabilities file clearer, and it will also help some clients to deal with it. You can add or remove SRS from the list at any time, according to the data or maps you have to manage.
推薦閱讀
- Node.js+Webpack開發實戰
- Implementing Modern DevOps
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Unity Virtual Reality Projects
- 編程珠璣(續)
- 我的第一本算法書
- Learn Scala Programming
- 云計算通俗講義(第3版)
- Learning JavaScript Data Structures and Algorithms
- Visual Basic程序設計
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Solr Cookbook(Third Edition)
- IDA Pro權威指南(第2版)
- Python計算機視覺和自然語言處理
- 從0到1:HTML5 Canvas動畫開發