Fix description

This commit is contained in:
mike-000
2020-03-25 12:55:57 +00:00
committed by GitHub
parent 60dd85fa08
commit c3d9ac6265

View File

@@ -1,7 +1,7 @@
--- ---
layout: example.html layout: example.html
title: Earthquakes with custom symbols title: Earthquakes with custom symbols
shortdesc: Demonstrates the use of `toCanvas` to create custom icon symbols. shortdesc: Demonstrates the use of `toContext` to create custom icon symbols.
docs: > docs: >
This example parses a KML file and renders the features as a vector layer. The layer is given a <code>style</code> that renders earthquake locations with a custom lightning symbol and a size relative to their magnitude. This example parses a KML file and renders the features as a vector layer. The layer is given a <code>style</code> that renders earthquake locations with a custom lightning symbol and a size relative to their magnitude.
tags: "KML, vector, style, canvas, symbol" tags: "KML, vector, style, canvas, symbol"