mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
18 lines
576 B
HTML
18 lines
576 B
HTML
---
|
|
layout: example.html
|
|
title: Label style
|
|
shortdesc: Example of label vector style rendered in Google Maps.
|
|
docs: >
|
|
<p>
|
|
This example displays styled OpenLayers point geometries displayed as labels in a Google map.
|
|
</p>
|
|
<p>
|
|
The MapLabel library, which is natively included in
|
|
OL-Google-Maps, takes care of rendering the text labels in
|
|
Google Maps. It has been extended to support displaying markers
|
|
over labels.
|
|
</p>
|
|
---
|
|
<div id="map" class="map"></div>
|
|
<button id="toggle" title="Toggle between OL and GMaps">Toggle between OL and GMaps</button>
|