diff --git a/config/examples/strapless.html b/config/examples/example.html similarity index 100% rename from config/examples/strapless.html rename to config/examples/example.html diff --git a/examples/accessible.html b/examples/accessible.html index 3caae42485c..6a16a9d4ba9 100644 --- a/examples/accessible.html +++ b/examples/accessible.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Acessible Map shortdesc: Example of an accessible map. docs: > diff --git a/examples/animation.html b/examples/animation.html index 58d06835ef4..e0de6e10a93 100644 --- a/examples/animation.html +++ b/examples/animation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: View Animation shortdesc: Demonstrates animated pan, zoom, and rotation. docs: > diff --git a/examples/arcgis-tiled.html b/examples/arcgis-tiled.html index 6ab09bc904a..72ec115b978 100644 --- a/examples/arcgis-tiled.html +++ b/examples/arcgis-tiled.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Tiled ArcGIS MapServer shortdesc: Example of a tiled ArcGIS layer. docs: > diff --git a/examples/attributions.html b/examples/attributions.html index a0d12df9f52..0721e74edcc 100644 --- a/examples/attributions.html +++ b/examples/attributions.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Attributions shortdesc: Example of a attributions visibily change on map resize, to collapse them on small maps. docs: > diff --git a/examples/bing-maps.html b/examples/bing-maps.html index ddf1977ae6f..e724a07a1b4 100644 --- a/examples/bing-maps.html +++ b/examples/bing-maps.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Bing Maps shortdesc: Example of a Bing Maps layer. docs: > diff --git a/examples/blend-modes.html b/examples/blend-modes.html index 30d41e8bf41..5a4009bf535 100644 --- a/examples/blend-modes.html +++ b/examples/blend-modes.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Blend Modes shortdesc: Shows how to change the canvas compositing / blending mode in post- and precompose eventhandlers. docs: > diff --git a/examples/box-selection.html b/examples/box-selection.html index f0e0863abc3..3dca0fcfea5 100644 --- a/examples/box-selection.html +++ b/examples/box-selection.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Box Selection shortdesc: Using a DragBox interaction to select features. docs: > diff --git a/examples/button-title.html b/examples/button-title.html index a39e3317661..065929fc5ec 100644 --- a/examples/button-title.html +++ b/examples/button-title.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Tooltips shortdesc: This example shows how to customize the buttons tooltips with Bootstrap. docs: > diff --git a/examples/canvas-tiles.html b/examples/canvas-tiles.html index c2d05a81ce6..dcf081a2f10 100644 --- a/examples/canvas-tiles.html +++ b/examples/canvas-tiles.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Canvas Tiles shortdesc: Renders tiles with coordinates for debugging. docs: > diff --git a/examples/center.html b/examples/center.html index ab335337d8e..a03ad1e3f1e 100644 --- a/examples/center.html +++ b/examples/center.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Advanced View Positioning shortdesc: This example demonstrates how a map's view can be adjusted so a geometry or coordinate is positioned at a specific pixel location. docs: > diff --git a/examples/cluster.html b/examples/cluster.html index c14e44f1db3..005d124f8a6 100644 --- a/examples/cluster.html +++ b/examples/cluster.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Clustered Features shortdesc: Example of using ol.source.Cluster. docs: > diff --git a/examples/color-manipulation.html b/examples/color-manipulation.html index 01259ccf30f..d8571285254 100644 --- a/examples/color-manipulation.html +++ b/examples/color-manipulation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Color Manipulation shortdesc: Demonstrates color manipulation with a raster source. docs: > diff --git a/examples/custom-controls.html b/examples/custom-controls.html index dda3e0ca4b2..8d4e00350a7 100644 --- a/examples/custom-controls.html +++ b/examples/custom-controls.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Controls shortdesc: Shows how to create custom controls. docs: > diff --git a/examples/custom-interactions.html b/examples/custom-interactions.html index e4c92cdb6c6..d73a85aaa82 100644 --- a/examples/custom-interactions.html +++ b/examples/custom-interactions.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Interactions shortdesc: Example of a custom interaction. docs: > diff --git a/examples/d3.html b/examples/d3.html index f3439469046..fb0d6a21238 100644 --- a/examples/d3.html +++ b/examples/d3.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: d3 Integration shortdesc: Example of using ol3 and d3 together. docs: > diff --git a/examples/device-orientation.html b/examples/device-orientation.html index 0156da8e657..159591ee42e 100644 --- a/examples/device-orientation.html +++ b/examples/device-orientation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Device Orientation shortdesc: Listen to DeviceOrientation events. docs: > diff --git a/examples/drag-and-drop-image-vector.html b/examples/drag-and-drop-image-vector.html index 74832f59b6e..4f0d3ecca30 100644 --- a/examples/drag-and-drop-image-vector.html +++ b/examples/drag-and-drop-image-vector.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Drag-and-Drop Image Vector shortdesc: Example of using the drag-and-drop interaction with a ol.source.ImageVector. docs: > diff --git a/examples/drag-and-drop.html b/examples/drag-and-drop.html index c6b8cb8aac1..505927ef82c 100644 --- a/examples/drag-and-drop.html +++ b/examples/drag-and-drop.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Drag-and-Drop shortdesc: Example of using the drag-and-drop interaction. docs: > diff --git a/examples/drag-rotate-and-zoom.html b/examples/drag-rotate-and-zoom.html index a4fe8d599f9..8d9ce51c450 100644 --- a/examples/drag-rotate-and-zoom.html +++ b/examples/drag-rotate-and-zoom.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Drag, Rotate, and Zoom shortdesc: A single interaction to drag, rotate, and zoom. docs: > diff --git a/examples/draw-and-modify-features.html b/examples/draw-and-modify-features.html index bff60d2f700..c2da444e95b 100644 --- a/examples/draw-and-modify-features.html +++ b/examples/draw-and-modify-features.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Draw and Modify Features shortdesc: Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction. docs: > diff --git a/examples/draw-features.html b/examples/draw-features.html index 1fda0eaaa0f..038a644a5a6 100644 --- a/examples/draw-features.html +++ b/examples/draw-features.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Draw Features shortdesc: Example of using the ol.interaction.Draw interaction. docs: > diff --git a/examples/dynamic-data.html b/examples/dynamic-data.html index ef822841488..d2cc882e609 100644 --- a/examples/dynamic-data.html +++ b/examples/dynamic-data.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Dynamic Data shortdesc: Example of dynamic data. docs: > diff --git a/examples/earthquake-clusters.html b/examples/earthquake-clusters.html index 8c170484550..667b829683e 100644 --- a/examples/earthquake-clusters.html +++ b/examples/earthquake-clusters.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Earthquake Clusters shortdesc: Demonstrates the use of style geometries to render source features of a cluster. docs: > diff --git a/examples/epsg-4326.html b/examples/epsg-4326.html index 77d9b04610b..311751c0599 100644 --- a/examples/epsg-4326.html +++ b/examples/epsg-4326.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: EPSG:4326 shortdesc: Example of a map in EPSG:4326. docs: > diff --git a/examples/export-map.html b/examples/export-map.html index f847ad6e0f5..aea92bb3f7a 100644 --- a/examples/export-map.html +++ b/examples/export-map.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Map Export shortdesc: Example of exporting a map as a PNG image. docs: > diff --git a/examples/feature-animation.html b/examples/feature-animation.html index f9340b91ca4..be37779a7c9 100644 --- a/examples/feature-animation.html +++ b/examples/feature-animation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Animation shortdesc: Demonstrates how to animate features. docs: > diff --git a/examples/feature-move-animation.html b/examples/feature-move-animation.html index 0f615df8351..460193d01ba 100644 --- a/examples/feature-move-animation.html +++ b/examples/feature-move-animation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Marker Animation shortdesc: Demonstrates how to move a feature along a line. docs: > diff --git a/examples/fractal.html b/examples/fractal.html index dcfd96626bf..f0e09ea369e 100644 --- a/examples/fractal.html +++ b/examples/fractal.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Fractal Rendering shortdesc: Example of a fractal. docs: > diff --git a/examples/full-screen-drag-rotate-and-zoom.html b/examples/full-screen-drag-rotate-and-zoom.html index 956f92cf2c9..6141d395802 100644 --- a/examples/full-screen-drag-rotate-and-zoom.html +++ b/examples/full-screen-drag-rotate-and-zoom.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Full Screen Drag, Rotate, and Zoom shortdesc: Example of drag rotate and zoom control with full screen effect. docs: > diff --git a/examples/full-screen.html b/examples/full-screen.html index 546eeb35ffc..395096fec5f 100644 --- a/examples/full-screen.html +++ b/examples/full-screen.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Full Screen Control shortdesc: Example of a full screen control. docs: > diff --git a/examples/geojson.html b/examples/geojson.html index 275b4f9537c..0ea3b32508d 100644 --- a/examples/geojson.html +++ b/examples/geojson.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: GeoJSON shortdesc: Example of GeoJSON features. docs: > diff --git a/examples/geolocation.html b/examples/geolocation.html index 221b668dc64..54b89425d49 100644 --- a/examples/geolocation.html +++ b/examples/geolocation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Geolocation shortdesc: Using geolocation to control a map view. docs: > diff --git a/examples/getfeatureinfo-image.html b/examples/getfeatureinfo-image.html index 1fe2eda6d22..55bd6720715 100644 --- a/examples/getfeatureinfo-image.html +++ b/examples/getfeatureinfo-image.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMS GetFeatureInfo (Image Layer) shortdesc: Using an image WMS source with GetFeatureInfo requests docs: > diff --git a/examples/getfeatureinfo-tile.html b/examples/getfeatureinfo-tile.html index f293b2a9355..fb41153e60e 100644 --- a/examples/getfeatureinfo-tile.html +++ b/examples/getfeatureinfo-tile.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMS GetFeatureInfo (Tile Layer) shortdesc: Issuing GetFeatureInfo requests with a WMS tiled source docs: > diff --git a/examples/gpx.html b/examples/gpx.html index f5f15183518..52dd6f87d03 100644 --- a/examples/gpx.html +++ b/examples/gpx.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: GPX Data shortdesc: Example of using the GPX source. docs: > diff --git a/examples/graticule.html b/examples/graticule.html index d1b6dc0dbd1..82e8c08eb33 100644 --- a/examples/graticule.html +++ b/examples/graticule.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Map Graticule shortdesc: This example shows how to add a graticule overlay to a map. docs: > diff --git a/examples/heatmap-earthquakes.html b/examples/heatmap-earthquakes.html index a84e13ac6c8..d670888d122 100644 --- a/examples/heatmap-earthquakes.html +++ b/examples/heatmap-earthquakes.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Earthquakes Heatmap shortdesc: Demonstrates the use of a heatmap layer. docs: > diff --git a/examples/icon-sprite-webgl.html b/examples/icon-sprite-webgl.html index 0487483b3f9..006c7636118 100644 --- a/examples/icon-sprite-webgl.html +++ b/examples/icon-sprite-webgl.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Icon Sprites with WebGL shortdesc: Icon sprite with WebGL docs: > diff --git a/examples/icon.html b/examples/icon.html index 2c7aaa7f304..3714ab58dfc 100644 --- a/examples/icon.html +++ b/examples/icon.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Icon Symbolizer shortdesc: Example using an icon to symbolize a point. docs: > diff --git a/examples/igc.html b/examples/igc.html index 6d4e5f83869..59e6c084de0 100644 --- a/examples/igc.html +++ b/examples/igc.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: IGC Data shortdesc: Example of tracks recorded from multiple paraglider flights on the same day, read from an IGC file. docs: > diff --git a/examples/image-filter.html b/examples/image-filter.html index 7cd603d120c..d007a5824e6 100644 --- a/examples/image-filter.html +++ b/examples/image-filter.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Image Filters shortdesc: Apply a filter to imagery docs: > diff --git a/examples/image-load-events.html b/examples/image-load-events.html index 6f89109ee5b..94bc19ad8c3 100644 --- a/examples/image-load-events.html +++ b/examples/image-load-events.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Image Load Events shortdesc: Example using image load events. docs: > diff --git a/examples/image-vector-layer.html b/examples/image-vector-layer.html index ca79e6fbf07..8050783b8c8 100644 --- a/examples/image-vector-layer.html +++ b/examples/image-vector-layer.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Image Vector Layer shortdesc: Example of an image vector layer. docs: > diff --git a/examples/jsts.html b/examples/jsts.html index b4413d81855..1ef913406bc 100644 --- a/examples/jsts.html +++ b/examples/jsts.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: JSTS Integration shortdesc: Example on how to use JSTS with OpenLayers 3. docs: > diff --git a/examples/kml-earthquakes.html b/examples/kml-earthquakes.html index 86b2f102971..a596424637e 100644 --- a/examples/kml-earthquakes.html +++ b/examples/kml-earthquakes.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Earthquakes in KML shortdesc: Demonstrates the use of a Shape symbolizer to render earthquake locations. docs: > diff --git a/examples/kml-timezones.html b/examples/kml-timezones.html index 6b57ea8f1a8..d88f9a78493 100644 --- a/examples/kml-timezones.html +++ b/examples/kml-timezones.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Timezones in KML shortdesc: Demonstrates rendering timezones from KML. docs: > diff --git a/examples/kml.html b/examples/kml.html index 5ce3d5257cd..56b0796c3fe 100644 --- a/examples/kml.html +++ b/examples/kml.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: KML shortdesc: Rendering KML with a vector source. docs: > diff --git a/examples/layer-clipping-webgl.html b/examples/layer-clipping-webgl.html index 4ca23024fb0..960cce421a3 100644 --- a/examples/layer-clipping-webgl.html +++ b/examples/layer-clipping-webgl.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Clipping with WebGL shortdesc: Layer WebGL clipping example. docs: > diff --git a/examples/layer-clipping.html b/examples/layer-clipping.html index 4c43a8aefe5..896b3b3bd29 100644 --- a/examples/layer-clipping.html +++ b/examples/layer-clipping.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Clipping shortdesc: Layer clipping example docs: > diff --git a/examples/layer-extent.html b/examples/layer-extent.html index d8873f1725e..52ec7210ef0 100644 --- a/examples/layer-extent.html +++ b/examples/layer-extent.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Limited Layer Extent shortdesc: Restricting layer rendering to a limited extent. docs: > diff --git a/examples/layer-group.html b/examples/layer-group.html index f668237b5d2..1eeadbb8828 100644 --- a/examples/layer-group.html +++ b/examples/layer-group.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Groups shortdesc: Example of a map with layer group. docs: > diff --git a/examples/layer-spy.html b/examples/layer-spy.html index bf651e0a2c4..37900b1bf7b 100644 --- a/examples/layer-spy.html +++ b/examples/layer-spy.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Spy shortdesc: View a portion of one layer over another docs: > diff --git a/examples/layer-swipe.html b/examples/layer-swipe.html index ed92196577b..4cb5ba8fb83 100644 --- a/examples/layer-swipe.html +++ b/examples/layer-swipe.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Swipe shortdesc: Example of a Layer swipe map. docs: > diff --git a/examples/layer-z-index.html b/examples/layer-z-index.html index 801514e85be..3ba0936442f 100644 --- a/examples/layer-z-index.html +++ b/examples/layer-z-index.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Z-Index shortdesc: Example of ordering layers using Z-index. docs: > diff --git a/examples/lazy-source.html b/examples/lazy-source.html index 5895126693e..87f85e59bbb 100644 --- a/examples/lazy-source.html +++ b/examples/lazy-source.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Lazy Source shortdesc: Example of setting a layer source after construction. docs: > diff --git a/examples/line-arrows.html b/examples/line-arrows.html index 38c3c0e0fa9..915eac07189 100644 --- a/examples/line-arrows.html +++ b/examples/line-arrows.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: LineString Arrows shortdesc: Example of drawing arrows for each line string segment. docs: > diff --git a/examples/localized-openstreetmap.html b/examples/localized-openstreetmap.html index 6787e63ffe3..aa70a357932 100644 --- a/examples/localized-openstreetmap.html +++ b/examples/localized-openstreetmap.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Localized OpenStreetMap shortdesc: Example of a localized OpenStreetMap map with a custom tile server and a custom attribution. docs: > diff --git a/examples/mapbox-vector-tiles-advanced.html b/examples/mapbox-vector-tiles-advanced.html index 27d622d5f7c..45d0821053d 100644 --- a/examples/mapbox-vector-tiles-advanced.html +++ b/examples/mapbox-vector-tiles-advanced.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Advanced Mapbox Vector Tiles shortdesc: Example of a Mapbox vector tiles map with custom tile grid. docs: > diff --git a/examples/mapbox-vector-tiles.html b/examples/mapbox-vector-tiles.html index 272b45e9776..1d92ab88af2 100644 --- a/examples/mapbox-vector-tiles.html +++ b/examples/mapbox-vector-tiles.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Mapbox Vector Tiles shortdesc: Example of a Mapbox vector tiles map. docs: > diff --git a/examples/mapguide-untiled.html b/examples/mapguide-untiled.html index 1b215f07489..b1acc4a9b15 100644 --- a/examples/mapguide-untiled.html +++ b/examples/mapguide-untiled.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: MapGuide Untiled shortdesc: Example of a untiled MapGuide map. docs: > diff --git a/examples/mapquest.html b/examples/mapquest.html index e8cd8c49b22..81b866c24ea 100644 --- a/examples/mapquest.html +++ b/examples/mapquest.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: MapQuest shortdesc: Example of a MapQuest map.Shows how to create custom controls. docs: > diff --git a/examples/measure.html b/examples/measure.html index 4e54b2c6233..c83f50da371 100644 --- a/examples/measure.html +++ b/examples/measure.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Measure shortdesc: Example of using the ol.interaction.Draw interaction for creating simple measuring application. docs: > diff --git a/examples/min-max-resolution.html b/examples/min-max-resolution.html index 6f296224325..06c45289ca7 100644 --- a/examples/min-max-resolution.html +++ b/examples/min-max-resolution.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Layer Min/Max Resolution shortdesc: Show/hide layers depending on current view resolution. docs: > diff --git a/examples/modify-features.html b/examples/modify-features.html index fd297ca81a8..47ccc9a82b0 100644 --- a/examples/modify-features.html +++ b/examples/modify-features.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Modify Features shortdesc: Editing features with the modify interaction. docs: > diff --git a/examples/modify-test.html b/examples/modify-test.html index 921de0d0915..4283cd763c9 100644 --- a/examples/modify-test.html +++ b/examples/modify-test.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Modify Features Test shortdesc: Example for testing feature modification. docs: > diff --git a/examples/mouse-position.html b/examples/mouse-position.html index 900d9f1729a..a01c56582f7 100644 --- a/examples/mouse-position.html +++ b/examples/mouse-position.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Mouse Position shortdesc: Example of a mouse position control, outside the map. docs: > diff --git a/examples/moveend.html b/examples/moveend.html index f2dcb11f4da..8ecf4c4a03c 100644 --- a/examples/moveend.html +++ b/examples/moveend.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Moveend Event shortdesc: Use of the moveend event. docs: > diff --git a/examples/navigation-controls.html b/examples/navigation-controls.html index 56760f3fa13..a4cd428ecbd 100644 --- a/examples/navigation-controls.html +++ b/examples/navigation-controls.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Navigation Controls shortdesc: Shows how to add navigation controls. docs: > diff --git a/examples/overlay.html b/examples/overlay.html index 0c3daf1dbcb..f2357343600 100644 --- a/examples/overlay.html +++ b/examples/overlay.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Overlay shortdesc: Demonstrates overlays. docs: > diff --git a/examples/overviewmap-custom.html b/examples/overviewmap-custom.html index c73136e29fe..5b62f2425be 100644 --- a/examples/overviewmap-custom.html +++ b/examples/overviewmap-custom.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Overview Map shortdesc: Example of OverviewMap control with advanced customization. docs: > diff --git a/examples/overviewmap.html b/examples/overviewmap.html index 687837f69f8..e499fde4edf 100644 --- a/examples/overviewmap.html +++ b/examples/overviewmap.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Overview Map Control shortdesc: Example of OverviewMap control. docs: > diff --git a/examples/permalink.html b/examples/permalink.html index bfe9a33d063..59969f0cf57 100644 --- a/examples/permalink.html +++ b/examples/permalink.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Permalink shortdesc: Example on how to create permalinks. docs: > diff --git a/examples/polygon-styles.html b/examples/polygon-styles.html index 2cc075e9bab..b80eae2e68c 100644 --- a/examples/polygon-styles.html +++ b/examples/polygon-styles.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Polygon Styles shortdesc: Showing the vertices of a polygon with a custom style geometry. docs: > diff --git a/examples/popup.html b/examples/popup.html index 008acc27ace..83f0484b515 100644 --- a/examples/popup.html +++ b/examples/popup.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Popup shortdesc: Uses an overlay to create a popup. docs: > diff --git a/examples/preload.html b/examples/preload.html index 54d4bcd0d82..4b29481fff2 100644 --- a/examples/preload.html +++ b/examples/preload.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Preload Tiles shortdesc: Example of tile preloading. docs: > diff --git a/examples/raster.html b/examples/raster.html index 28a3cf5d71a..917e82e908f 100644 --- a/examples/raster.html +++ b/examples/raster.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Raster Source shortdesc: Demonstrates pixelwise operations with a raster source. docs: > diff --git a/examples/region-growing.html b/examples/region-growing.html index 6a2f5ba856b..649e3c50047 100644 --- a/examples/region-growing.html +++ b/examples/region-growing.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Region Growing shortdesc: Grow a region from a seed pixel docs: > diff --git a/examples/regularshape.html b/examples/regularshape.html index a4449c155c8..2a40763c50d 100644 --- a/examples/regularshape.html +++ b/examples/regularshape.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Regular Shapes shortdesc: Example of some Regular Shape styles. docs: > diff --git a/examples/reprojection-by-code.html b/examples/reprojection-by-code.html index a5a4dd950a9..3762de71a96 100644 --- a/examples/reprojection-by-code.html +++ b/examples/reprojection-by-code.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Reprojection with EPSG.io Search shortdesc: Demonstrates client-side raster reprojection of MapQuest OSM to arbitrary projection docs: > diff --git a/examples/reprojection-image.html b/examples/reprojection-image.html index fdee8cb7113..9e99f742e3c 100644 --- a/examples/reprojection-image.html +++ b/examples/reprojection-image.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Image Reprojection shortdesc: Demonstrates client-side reprojection of single image source. docs: > diff --git a/examples/reprojection-wgs84.html b/examples/reprojection-wgs84.html index 73558c0f398..59b8c24f087 100644 --- a/examples/reprojection-wgs84.html +++ b/examples/reprojection-wgs84.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: OpenStreetMap Reprojection shortdesc: Demonstrates client-side reprojection of OpenStreetMap in WGS84. docs: > diff --git a/examples/reprojection.html b/examples/reprojection.html index b0c46a7b534..5a09da9678c 100644 --- a/examples/reprojection.html +++ b/examples/reprojection.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Raster Reprojection shortdesc: Demonstrates client-side raster reprojection between various projections. docs: > diff --git a/examples/rotation.html b/examples/rotation.html index 7de0158c41c..baa00161f63 100644 --- a/examples/rotation.html +++ b/examples/rotation.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: View Rotation shortdesc: Example of a rotated map. docs: > diff --git a/examples/scale-line.html b/examples/scale-line.html index e83fd1e49d1..275a2b8ecd5 100644 --- a/examples/scale-line.html +++ b/examples/scale-line.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Scale Line shortdesc: Example of a scale line. docs: > diff --git a/examples/select-features.html b/examples/select-features.html index 18f39ed2dd2..55481d0372b 100644 --- a/examples/select-features.html +++ b/examples/select-features.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Select Features shortdesc: Example of using the Select interaction. docs: > diff --git a/examples/semi-transparent-layer.html b/examples/semi-transparent-layer.html index cf6c7e2cb40..1ab95beed84 100644 --- a/examples/semi-transparent-layer.html +++ b/examples/semi-transparent-layer.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Semi-Transparent Layer shortdesc: Example of a map with a semi-transparent layer. docs: > diff --git a/examples/shaded-relief.html b/examples/shaded-relief.html index e2d347b43be..1d8c0b46da3 100644 --- a/examples/shaded-relief.html +++ b/examples/shaded-relief.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Shaded Relief shortdesc: Calculate shaded relief from elevation data docs: > diff --git a/examples/side-by-side.html b/examples/side-by-side.html index 01f288c6169..aadcb3c8561 100644 --- a/examples/side-by-side.html +++ b/examples/side-by-side.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Shared Views shortdesc: The three maps, one WebGL, one Canvas, one DOM, share the same center, resolution, rotation and layers. docs: > diff --git a/examples/simple.html b/examples/simple.html index 9fb6a36c47b..d1f355626d8 100644 --- a/examples/simple.html +++ b/examples/simple.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Simple example shortdesc: Example of a simple map. docs: > diff --git a/examples/snap.html b/examples/snap.html index 4238e9ba96d..087335a3b5b 100644 --- a/examples/snap.html +++ b/examples/snap.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Snap Interaction shortdesc: Example of using the snap interaction together with draw and modify interactions. docs: > diff --git a/examples/sphere-mollweide.html b/examples/sphere-mollweide.html index 153602971ec..3340683a330 100644 --- a/examples/sphere-mollweide.html +++ b/examples/sphere-mollweide.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Sphere Mollweide shortdesc: Example of a Sphere Mollweide map with a Graticule component. docs: > diff --git a/examples/stamen.html b/examples/stamen.html index a26231127da..9a30c4120cd 100644 --- a/examples/stamen.html +++ b/examples/stamen.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Stamen Tiles shortdesc: Example of a Stamen tile source. docs: > diff --git a/examples/static-image.html b/examples/static-image.html index 33f545810b0..17b35366977 100644 --- a/examples/static-image.html +++ b/examples/static-image.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Static Image shortdesc: Example of a static image layer. docs: > diff --git a/examples/symbol-atlas-webgl.html b/examples/symbol-atlas-webgl.html index 451b3f9210a..5e96790e887 100644 --- a/examples/symbol-atlas-webgl.html +++ b/examples/symbol-atlas-webgl.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Symbols with WebGL shortdesc: Using symbols in an atlas with WebGL. docs: > diff --git a/examples/synthetic-lines.html b/examples/synthetic-lines.html index 4392db59537..25a303568af 100644 --- a/examples/synthetic-lines.html +++ b/examples/synthetic-lines.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Synthetic Lines shortdesc: Synthetic lines example. docs: > diff --git a/examples/synthetic-points.html b/examples/synthetic-points.html index 974e6d73dd3..1635f675c5c 100644 --- a/examples/synthetic-points.html +++ b/examples/synthetic-points.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Synthetic Points shortdesc: Synthetic points example. docs: > diff --git a/examples/teleport.html b/examples/teleport.html index abd8898848d..5608ed885a9 100644 --- a/examples/teleport.html +++ b/examples/teleport.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Teleporting Maps shortdesc: Example of moving a map from one target to another. docs: > diff --git a/examples/tile-load-events.html b/examples/tile-load-events.html index ead76f56bac..4561aeab5c6 100644 --- a/examples/tile-load-events.html +++ b/examples/tile-load-events.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Tile Load Events shortdesc: Example using tile load events. docs: > diff --git a/examples/tilejson.html b/examples/tilejson.html index 259e8b22d66..8b9fe89022f 100644 --- a/examples/tilejson.html +++ b/examples/tilejson.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: TileJSON shortdesc: Example of a TileJSON layer. docs: > diff --git a/examples/tileutfgrid.html b/examples/tileutfgrid.html index 80b46eca426..417702cec63 100644 --- a/examples/tileutfgrid.html +++ b/examples/tileutfgrid.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Tiled UTFGrid shortdesc: This example shows how to read data from a TileUTFGrid layer. docs: > diff --git a/examples/tissot.html b/examples/tissot.html index a0841957145..9308e421dff 100644 --- a/examples/tissot.html +++ b/examples/tissot.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Tissot Indicatrix shortdesc: Draw Tissot's indicatrices on maps. docs: > diff --git a/examples/topojson.html b/examples/topojson.html index a714dcf8407..1d9038bb59c 100644 --- a/examples/topojson.html +++ b/examples/topojson.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: TopoJSON shortdesc: Demonstrates rendering of features from a TopoJSON topology. docs: > diff --git a/examples/translate-features.html b/examples/translate-features.html index 3e7ebc6ff65..05dbea4e4dc 100644 --- a/examples/translate-features.html +++ b/examples/translate-features.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Translate Features shortdesc: Example of a translate features interaction. docs: > diff --git a/examples/turf.html b/examples/turf.html index 9e28e7c41e5..4d4e46b68d6 100644 --- a/examples/turf.html +++ b/examples/turf.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: turf.js shortdesc: Example on how to use turf.js with OpenLayers 3. docs: > diff --git a/examples/vector-esri-edit.html b/examples/vector-esri-edit.html index d11736588ba..2600f955a7e 100644 --- a/examples/vector-esri-edit.html +++ b/examples/vector-esri-edit.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Editable ArcGIS REST Feature Service shortdesc: Example of using an ArcGIS REST Feature Service in an editing application. docs: > diff --git a/examples/vector-esri.html b/examples/vector-esri.html index 1c9f4909118..2d629d1a24d 100644 --- a/examples/vector-esri.html +++ b/examples/vector-esri.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: ArcGIS REST Feature Service shortdesc: Example of using an ArcGIS REST Feature Service with a BBOX strategy. docs: > diff --git a/examples/vector-labels.html b/examples/vector-labels.html index f0302de0683..6a700229aab 100644 --- a/examples/vector-labels.html +++ b/examples/vector-labels.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Vector Labels shortdesc: Example of GeoJSON features with labels. docs: > diff --git a/examples/vector-layer.html b/examples/vector-layer.html index 9bfdf8f4a5f..b44c4ed8bb3 100644 --- a/examples/vector-layer.html +++ b/examples/vector-layer.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Vector Layer shortdesc: Example of a countries vector layer with country information. docs: > diff --git a/examples/vector-osm.html b/examples/vector-osm.html index f9a6ef59889..23566e9ba3c 100644 --- a/examples/vector-osm.html +++ b/examples/vector-osm.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: OSM XML shortdesc: Example of using the OSM XML source. docs: > diff --git a/examples/vector-wfs.html b/examples/vector-wfs.html index 1c587c2ba7b..a9cfe626592 100644 --- a/examples/vector-wfs.html +++ b/examples/vector-wfs.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WFS shortdesc: Example of using WFS with a BBOX strategy. docs: > diff --git a/examples/wkt.html b/examples/wkt.html index bd605bcdfc8..cc779294c36 100644 --- a/examples/wkt.html +++ b/examples/wkt.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WKT shortdesc: Example of using the WKT parser. docs: > diff --git a/examples/wms-capabilities.html b/examples/wms-capabilities.html index a5a025efc85..154b2370353 100644 --- a/examples/wms-capabilities.html +++ b/examples/wms-capabilities.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMS Capabilities Parsing shortdesc: Example of parsing a WMS GetCapabilities response. docs: > diff --git a/examples/wms-custom-proj.html b/examples/wms-custom-proj.html index bff8fe13715..a799d9bebd3 100644 --- a/examples/wms-custom-proj.html +++ b/examples/wms-custom-proj.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Custom Tiled WMS shortdesc: Example of using custom coordinate transform functions. docs: > diff --git a/examples/wms-custom-tilegrid-512x256.html b/examples/wms-custom-tilegrid-512x256.html index 93d81976f9b..8787c83b3d9 100644 --- a/examples/wms-custom-tilegrid-512x256.html +++ b/examples/wms-custom-tilegrid-512x256.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMS 512x256 Tiles shortdesc: Example of a WMS layer with 512x256px tiles. docs: > diff --git a/examples/wms-image-custom-proj.html b/examples/wms-image-custom-proj.html index f97fd479377..e9776779461 100644 --- a/examples/wms-image-custom-proj.html +++ b/examples/wms-image-custom-proj.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Single Image WMS with Proj4js shortdesc: Example of integrating Proj4js for coordinate transforms. docs: > diff --git a/examples/wms-image.html b/examples/wms-image.html index b758da93e2e..bbd59e53eba 100644 --- a/examples/wms-image.html +++ b/examples/wms-image.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Single Image WMS shortdesc: Example of a single image WMS layer. docs: > diff --git a/examples/wms-no-proj.html b/examples/wms-no-proj.html index d44a2dbb4cc..711f4f7012e 100644 --- a/examples/wms-no-proj.html +++ b/examples/wms-no-proj.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMS without Projection shortdesc: Example of two WMS layers using the projection EPSG:21781, which is unknown to the client. docs: > diff --git a/examples/wms-tiled-wrap-180.html b/examples/wms-tiled-wrap-180.html index cc8125177ce..d1477036db3 100644 --- a/examples/wms-tiled-wrap-180.html +++ b/examples/wms-tiled-wrap-180.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Tiled WMS Wrapping shortdesc: Example of a tiled WMS layer that wraps across the 180° meridian. docs: > diff --git a/examples/wms-tiled.html b/examples/wms-tiled.html index 10fbabebcaf..c64fc943afa 100644 --- a/examples/wms-tiled.html +++ b/examples/wms-tiled.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Tiled WMS shortdesc: Example of a tiled WMS layer. docs: > diff --git a/examples/wmts-capabilities.html b/examples/wmts-capabilities.html index 5d80fc37842..fa2230be7a0 100644 --- a/examples/wmts-capabilities.html +++ b/examples/wmts-capabilities.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMTS Capabilities Parsing shortdesc: Example of parsing a WMTS GetCapabilities response. docs: > diff --git a/examples/wmts-dimensions.html b/examples/wmts-dimensions.html index 74b26c8d1b9..a1ca67ef1da 100644 --- a/examples/wmts-dimensions.html +++ b/examples/wmts-dimensions.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMTS Tile Transitions shortdesc: Example of smooth tile transitions when changing the dimension of a WMTS layer. docs: > diff --git a/examples/wmts-hidpi.html b/examples/wmts-hidpi.html index 137d4d1a806..c572a917ff3 100644 --- a/examples/wmts-hidpi.html +++ b/examples/wmts-hidpi.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: High DPI WMTS shortdesc: Example of a WMTS based HiDPI layer. docs: > diff --git a/examples/wmts-ign.html b/examples/wmts-ign.html index cf8bdf6fef4..f7edf869827 100644 --- a/examples/wmts-ign.html +++ b/examples/wmts-ign.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: IGN WMTS shortdesc: Demonstrates displaying IGN (France) WMTS layers. docs: > diff --git a/examples/wmts-layer-from-capabilities.html b/examples/wmts-layer-from-capabilities.html index 67367035a66..1cd5caa1b77 100644 --- a/examples/wmts-layer-from-capabilities.html +++ b/examples/wmts-layer-from-capabilities.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMTS Layer from Capabilities shortdesc: Example of a WMTS source created from a WMTS capabilities document. docs: > diff --git a/examples/wmts.html b/examples/wmts.html index 48647f6ddfc..9521caea539 100644 --- a/examples/wmts.html +++ b/examples/wmts.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: WMTS shortdesc: Example of a WMTS source. docs: > diff --git a/examples/xyz-esri-4326-512.html b/examples/xyz-esri-4326-512.html index 3815597f235..88df1436dd7 100644 --- a/examples/xyz-esri-4326-512.html +++ b/examples/xyz-esri-4326-512.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: ArcGIS REST with 512x512 Tiles shortdesc: Example of a XYZ source in EPSG:4326 using Esri 512x512 tiles. docs: > diff --git a/examples/xyz-esri.html b/examples/xyz-esri.html index 7e7fc25c89e..902496a7c07 100644 --- a/examples/xyz-esri.html +++ b/examples/xyz-esri.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: XYZ Esri shortdesc: Example of a XYZ source using Esri tiles. docs: > diff --git a/examples/xyz-retina.html b/examples/xyz-retina.html index da70ed04d41..07fb7dcc5b5 100644 --- a/examples/xyz-retina.html +++ b/examples/xyz-retina.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: XYZ Retina Tiles shortdesc: Example of Retina / HiDPI mercator tiles (512x512px) available as XYZ. docs: > diff --git a/examples/xyz.html b/examples/xyz.html index bb2339f3eb5..5dde0245546 100644 --- a/examples/xyz.html +++ b/examples/xyz.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: XYZ shortdesc: Example of a XYZ source. docs: > diff --git a/examples/zoom-constrained.html b/examples/zoom-constrained.html index b5dc9a798e2..7c2eafe2474 100644 --- a/examples/zoom-constrained.html +++ b/examples/zoom-constrained.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Constrained Zoom shortdesc: Example of a zoom constrained view. docs: > diff --git a/examples/zoomify.html b/examples/zoomify.html index c44a1d54683..0af09302886 100644 --- a/examples/zoomify.html +++ b/examples/zoomify.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Zoomify shortdesc: Example of a Zoomify source. docs: > diff --git a/examples/zoomslider.html b/examples/zoomslider.html index 89258cda03c..6396356e166 100644 --- a/examples/zoomslider.html +++ b/examples/zoomslider.html @@ -1,5 +1,5 @@ --- -layout: strapless.html +layout: example.html title: Zoom Sliders shortdesc: Example of various ZoomSlider controls. docs: >