- 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.
- Bootstrap Site Blueprints Volume II
- OpenCV for Secret Agents
- Visual Basic程序設(shè)計(jì)教程
- Python數(shù)據(jù)分析從0到1
- Spring Boot企業(yè)級項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Building Microservices with .NET Core
- Test-Driven Machine Learning
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Java Web從入門到精通(第2版)
- Unity 5.X從入門到精通
- scikit-learn Cookbook(Second Edition)
- UML軟件建模
- Python面試通關(guān)寶典
- 安卓工程師教你玩轉(zhuǎn)Android
- JavaScript Concurrency