Adding heading

This commit is contained in:
ahocevar
2013-09-24 13:46:14 +02:00
parent 3adc46ae4a
commit d1c0665926

View File

@@ -3,6 +3,8 @@ title: Basic Concepts
layout: doc.hbs
---
# Basic Concepts
## 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()`.