Adding heading
This commit is contained in:
@@ -3,6 +3,8 @@ title: Basic Concepts
|
|||||||
layout: doc.hbs
|
layout: doc.hbs
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Basic Concepts
|
||||||
|
|
||||||
## Map
|
## Map
|
||||||
The core component of OpenLayers 3 is the map (`ol.Map`). It is rendered to a `target` container (e.g. a `div` element on the web page that contains the map). All map properties can either be configured at construction time, or by using setter methods, e.g. `setTarget()`.
|
The core component of OpenLayers 3 is the map (`ol.Map`). It is rendered to a `target` container (e.g. a `div` element on the web page that contains the map). All map properties can either be configured at construction time, or by using setter methods, e.g. `setTarget()`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user