- 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.
- Design Principles for Process:driven Architectures Using Oracle BPM and SOA Suite 12c
- LabVIEW 2018 虛擬儀器程序設計
- Python數據分析入門與實戰
- Interactive Data Visualization with Python
- 微服務設計原理與架構
- 64位匯編語言的編程藝術
- 學Python也可以這么有趣
- Python機器學習算法與實戰
- Learning ArcGIS for Desktop
- 用案例學Java Web整合開發
- GameMaker Essentials
- 網絡數據采集技術:Java網絡爬蟲實戰
- 現代C:概念剖析和編程實踐
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Clojure Polymorphism