mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
12 lines
412 B
HTML
12 lines
412 B
HTML
---
|
|
layout: example.html
|
|
title: Regular shapes
|
|
shortdesc: Example where layers can be re-ordered.
|
|
docs: >
|
|
This example demonstrates regular shapes being drawn on Google Maps.
|
|
This is done by building a SVG path from the RegularShape
|
|
attributes, and sending it to Google Maps.
|
|
---
|
|
<div id="map" class="map"></div>
|
|
<button id="toggle" title="Toggle between OL and GMaps">Toggle between OL and GMaps</button>
|