- GeoServer Cookbook
- Stefano Iacovella
- 196字
- 2021-08-05 17:09:53
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Save the file in a folder published on your server, such as TOMCAT_HOME/webapps/ROOT
, and point your browser to it."
A block of code is set as follows:
<layer> <defaultStyle> <name>simple_roads</name> </defaultStyle> <enabled>true</enabled> </layer>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<layer>
<defaultStyle>
<name>simple_roads</name>
</defaultStyle>
<enabled>true</enabled>
</layer>
Any command-line input or output is written as follows:
$ curl -u admin:geoserver -XDELETE -H 'Accept: text/xml' http://localhost:8080/geoserver/rest/workspaces/MyOrganization
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Move to the bottom of the screen and select the Guess Geometry type and srid checkbox and click on Refresh."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Android應用程序開發與典型案例
- C程序設計簡明教程(第二版)
- PyTorch自動駕駛視覺感知算法實戰
- Python從入門到精通(精粹版)
- PostgreSQL技術內幕:事務處理深度探索
- Elasticsearch for Hadoop
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Mastering Apache Maven 3
- Angular開發入門與實戰
- Web前端應用開發技術
- Developing SSRS Reports for Dynamics AX
- C++ Fundamentals
- C++ Application Development with Code:Blocks
- Julia High Performance(Second Edition)
- Hack與HHVM權威指南