- 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.
- ServiceNow Application Development
- 編程的修煉
- GraphQL學(xué)習(xí)指南
- C語言程序設(shè)計(jì)
- MATLAB定量決策五大類問題
- C#程序設(shè)計(jì)
- 精通Python設(shè)計(jì)模式(第2版)
- Swift語言實(shí)戰(zhàn)精講
- HTML5從入門到精通 (第2版)
- SQL Server數(shù)據(jù)庫(kù)管理與開發(fā)兵書
- Android傳感器開發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- 快速入門與進(jìn)階:Creo 4·0全實(shí)例精講
- Mastering Elasticsearch(Second Edition)
- 從零開始學(xué)Android開發(fā)
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)