mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
17 lines
565 B
HTML
17 lines
565 B
HTML
---
|
|
layout: example.html
|
|
title: Simple
|
|
shortdesc: A simple map containing a single Google layer. OpenLayers is on top of Google Maps and controls all interactions on the map.
|
|
docs: >
|
|
<p>
|
|
A simple map containing a single Google layer. OpenLayers is
|
|
on top of Google Maps and controls all interactions on the map.
|
|
</p>
|
|
<p>
|
|
As soon as the OpenLayers map has a visible Google layer
|
|
in it, the Google Maps map is activated by the library,
|
|
which puts the OpenLayers map on top of the Google Maps one.
|
|
</p>
|
|
---
|
|
<div id="map" class="map"></div>
|