diff --git a/examples_src/graticule.html b/examples_src/graticule.html index 89c57be0e5..3e89dfba2c 100644 --- a/examples_src/graticule.html +++ b/examples_src/graticule.html @@ -1,51 +1,13 @@ - - - - - - - - - - - Graticule example - - - - - -
- -
-
-
-
-
- -
- -
-

Graticule example

-

This example shows how to add a graticule overlay to a map.

-
-

See the graticule.js source to see how this is done.

-
-
graticule
-
- -
- -
- - - - - - - +--- +template: "example.html" +title: "Graticule example" +shortdesc: "This example shows how to add a graticule overlay to a map." +docs: > + This example shows how to add a graticule overlay to a map. +tags: "graticule" +--- +
+
+
+
+
diff --git a/examples_src/heatmap-earthquakes.html b/examples_src/heatmap-earthquakes.html index 79a5e2e59a..473d128ca8 100644 --- a/examples_src/heatmap-earthquakes.html +++ b/examples_src/heatmap-earthquakes.html @@ -1,61 +1,21 @@ - - - - - - - - - - Earthquakes heatmap - - - - - -
- -
-
-
-
-
- -
- -
-

Earthquakes heatmap

-

Demonstrates the use of a heatmap layer.

-
-

- This example parses a KML file and renders the features as a ol.layer.Heatmap layer. -

-

See the heatmap-earthquakes.js source to see how this is done.

-
-
heatmap, kml, vector, style
-
- -
-
- - - - -
-
- -
-
- - - - - - - +--- +template: "example.html" +title: "Earthquakes heatmap" +shortdesc: "Demonstrates the use of a heatmap layer." +docs: > + This example parses a KML file and renders the features as a ol.layer.Heatmap layer. +tags: "heatmap, kml, vector, style" +--- +
+
+
+
+
+
+ + + + +
+
+
diff --git a/examples_src/hue-saturation.css b/examples_src/hue-saturation.css new file mode 100644 index 0000000000..59a9ea8a69 --- /dev/null +++ b/examples_src/hue-saturation.css @@ -0,0 +1,6 @@ +#reset-hue { + min-width: 90px; +} +#reset-saturation { + min-width: 124px; +} diff --git a/examples_src/hue-saturation.html b/examples_src/hue-saturation.html index b5f4abc94b..72b8075e37 100644 --- a/examples_src/hue-saturation.html +++ b/examples_src/hue-saturation.html @@ -1,74 +1,26 @@ - - - - - - - - - - - Hue/saturation example - - - - -