Files
openlayers/examples/polygon-styles.html
2015-11-18 09:56:15 -07:00

12 lines
408 B
HTML

---
layout: example.html
title: Custom Polygon Styles
shortdesc: Showing the vertices of a polygon with a custom style geometry.
docs: >
In this example two different styles are created for the polygons:
* The first style is for the polygons themselves.
* The second style is to draw the vertices of the polygons.
tags: "polygon, vector, style, GeometryFunction"
---
<div id="map" class="map"></div>