- OpenLayers 3.x Cookbook(Second Edition)
- Peter J. Langley Antonio Santiago Perez
- 331字
- 2021-07-16 12:37:26
Introduction
Imagery is one of the most important kinds of data to work with in a GIS system. An eye-catching map with beautiful cartography can make an immediate difference to the appeal of a mapping application.
This chapter is all about working with different types of raster layers. We have tried to summarize, with a set of recipes, the most common and important use cases you can find day to day when working with OpenLayers and third-party layer providers.
OpenLayers offers several classes to integrate with different imagery providers, from proprietary providers, such as Bing Maps, and MapQuest, to open source ones, such as OpenStreetMap, and Stamen, or even any Web Map Service (WMS) service provider.
The base class for any layer type is ol.layer.Base, which offers a set of common properties and defines the common behavior for other layer classes. The ol.layer.Layer class further extends the base class with some extra methods and creates sub-classes, such as ol.layer.Tile, which we'll frequently use during this chapter.
The layer itself is decoupled from the layer source. The base class for any layer source is ol.source.Source. This class is extended through other sub-classes, such as ol.source.Tile, and furthermore with ol.source.TileImage, which offers many sub-classes that lay the foundations for the raster layer sources that we'll be using in this chapter later on.
In addition to this, many layer sources inherit from the ol.source.XYZ class, which pides the layer into zoom levels. This way, each zoom level covers the same area but uses a greater set of tiles. For example, at level zero, a grid with one tile covers the whole world; at level one, a grid with four tiles covers the whole world; and so on. As we can see, on each level, the number of tiles and their resolution increases.
This chapter introduces you to some of the built in raster layers from OpenLayers, as well as taking a look at arbitrary WMS layers, and how to manage some common layer properties.
- Node.js Design Patterns
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- 深入理解Django:框架內幕與實現(xiàn)原理
- Go語言高效編程:原理、可觀測性與優(yōu)化
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python高級機器學習
- Mastering Unity Shaders and Effects
- Java Web程序設計任務教程
- C#實踐教程(第2版)
- Laravel Application Development Blueprints
- Mastering Gephi Network Visualization
- OpenCV 3.0 Computer Vision with Java
- 川哥教你Spring Boot 2實戰(zhàn)
- C++ Data Structures and Algorithm Design Principles
- Learning RSLogix 5000 Programming