mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
18 lines
574 B
HTML
18 lines
574 B
HTML
---
|
|
layout: example.html
|
|
title: Vector
|
|
shortdesc: Example of a vector layer rendered in Google Maps.
|
|
docs: >
|
|
<p>
|
|
Demonstrates the synchronization between a vector layer added
|
|
to the OpenLayers map with Google Maps.
|
|
</p>
|
|
<p>
|
|
OL3-Google-Maps detects any vector layer added to the OpenLayers
|
|
map and synchronize the vector features added to it to the
|
|
Google Maps map. The geometry and style are also synchronized.
|
|
</p>
|
|
---
|
|
<div id="map" class="map"></div>
|
|
<button id="toggle" title="Toggle between OL and GMaps">Toggle between OL and GMaps</button>
|