- Leaflet.js Essentials
- Paul Crickard III
- 210字
- 2021-09-03 10:03:01
Conventions
In this book, you will find a number of styles of text 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: "Create a text string of the query and initialize your StringBuilder()
method to hold the JavaScript of the function and results."
A block of code is set as follows:
var layer = new L.TileLayer('http://{s}.tile.thunderforest.com/landscape/{z}/{x}/{y}.png'); map.addLayer(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:
<style> html, body, #map { padding: 0; margin: 0; height: 100%; } #points.hidden { display: none; } </style> <body> <div id="map"></div> <div id="points"></div>
Any command-line input or output is written as follows:
npm install –g connect
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "You now need to right-click on the project in the Solution Explorer window and select Add Reference."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 從零構建知識圖譜:技術、方法與案例
- Rust編程:入門、實戰與進階
- 劍指JVM:虛擬機實踐與性能調優
- 程序員數學:用Python學透線性代數和微積分
- ASP.NET Core Essentials
- 編寫高質量代碼:改善Python程序的91個建議
- Bulma必知必會
- Mastering Python High Performance
- Java 11 Cookbook
- Learning Data Mining with R
- MINECRAFT編程:使用Python語言玩轉我的世界
- GitHub入門與實踐
- Windows Phone 8 Game Development
- 大規模語言模型開發基礎與實踐
- Python Social Media Analytics