Files
openlayers/examples
2021-09-18 09:28:25 +02:00
..
2021-09-16 09:59:22 -06:00
2021-09-16 09:44:43 -06:00
2021-08-31 11:27:18 +01:00
2021-09-03 12:28:27 -06:00
2021-07-23 13:15:51 +02:00
2021-07-23 13:15:51 +02:00
2021-08-21 15:13:38 +01:00
2021-09-18 09:28:25 +02:00
2021-07-23 13:15:51 +02:00
2021-07-23 13:15:51 +02:00
2021-07-23 13:15:51 +02:00

Code examples

The .html files in this folder are built by applying the templates in the templates folder. Examples have YAML front-matter headers with the following properties:

  • layout: The template from the templates directory to use for this example
  • title: The title of the example
  • shortdesc: A short description for the example index
  • docs: Documentation of the example. Can be markdown.
  • tags: Tags for the example index
  • resources: Additional js or css resources required by the example. This is a YAML list of URLs.
  • experimental: if true, a warning will appear on the example page mentioning the fact that it uses features not part of the API.