- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 463字
- 2021-07-08 09:21:15
The OpenLayers preview
We will now explore the features of the Layer Preview section. From this section, you can learn to access the data configured in GeoServer in several different ways. One of the most useful is the OpenLayers preview. OpenLayers is a powerful JavaScript library that is widely used to build web-mapping applications. GeoServer includes a simple template application that lets you look at a map with one layer represented. Consider the following steps:
- Open the Layer Preview page, and then locate USA Population in the layer list:

- When you click on the OpenLayers link, a new browser window is shown. It contains a map of the United States of America colored according to a number of people living in each state:

- Play with the map to explore the capabilities of OpenLayers. You can zoom in and out using the plus and minus buttons on the left side or with the scroll wheel of your mouse. Pressing on the map and dragging it in a direction, you can shift the area of view that is panning the map. If you press the ... button on the top portion of the map, some new options are made available. Consider the following screenshot snippet:

- Starting from the left, you find a control to change the WMS version used by OpenLayers to send GetMap requests to GeoServer. The list contains the 1.1.1 and 1.3.0 versions; this may be useful if you want to be sure that the layer is properly working with both. The Tiling control lets you switch between the Single Tile mode, that is, a single image is produced each time you request a map, and the Tiled mode. The latter splits the map into several requests and may be useful to increase the performance of the map. Let's open the Styles control and choose a different one by default. If you choose pophatch, the layout of the map suddenly changes. Consider the following screenshot:

- We will explore styles in detail in Chapter 6, Styling Your Layers. The last two controls on the right side are to set the width and height of your map canvas to a specific size.
Did you enjoy this first taste of web mapping? OpenLayers is somewhat similar to Google Maps; it allows you to embed maps into a web application and lets users interact with them.
In the previous steps, you had a gentle introduction to the capabilities of OpenLayers. It's probably the most used and known JavaScript framework specifically designed to work with spatial data and maps. You can visit the project home page at https://openlayers.org, where you will find a lot of tutorials and information about the project. GeoServer still uses an old version of the framework; you can find information about it at http://openlayers.org/two.
- 信息可視化的藝術:信息可視化在英國
- DevOps入門與實踐
- x86匯編語言:從實模式到保護模式(第2版)
- Production Ready OpenStack:Recipes for Successful Environments
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 小學生C++創意編程(視頻教學版)
- Learning Salesforce Einstein
- Linux C編程:一站式學習
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- Machine Learning With Go
- LabVIEW入門與實戰開發100例(第4版)
- MongoDB Cookbook
- HikariCP數據庫連接池實戰
- 從零開始學UI設計·基礎篇
- ASP.NET 3.5系統開發精髓