- 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.
- DevOps:軟件架構師行動指南
- Java程序設計與開發
- Python數據分析入門與實戰
- JavaScript修煉之道
- 羅克韋爾ControlLogix系統應用技術
- 小程序,巧運營:微信小程序運營招式大全
- 可解釋機器學習:模型、方法與實踐
- Instant Ext.NET Application Development
- 青少年信息學競賽
- Android Wear Projects
- Odoo 10 Implementation Cookbook
- Arduino機器人系統設計及開發
- Android智能手機APP界面設計實戰教程
- Qt 5.12實戰
- Analytics for the Internet of Things(IoT)