Compare commits

...

14 Commits

Author SHA1 Message Date
Tim Schaub
68b19e90e3 3.11.0-beta.2 2015-11-01 10:38:39 -07:00
Tim Schaub
8e1e58be68 Merge branch 'master' of github.com:openlayers/ol3 into v3.11.0-beta 2015-11-01 10:35:33 -07:00
Tim Schaub
925a89ecdb Merge pull request #4357 from openlayers/greenkeeper-update-all
Update all dependencies.
2015-11-01 10:31:01 -07:00
Tim Schaub
d5c7f805ab Unregister postrender listener in tests 2015-11-01 09:03:23 -07:00
greenkeeperio-bot
67f42ed33a chore(package): update dependencies
http://greenkeeper.io/
2015-11-01 08:30:06 -07:00
Tim Schaub
610ed7294f Merge pull request #4356 from tschaub/metalsmith-updates
Update Metalsmith and layouts plugin.
2015-11-01 08:28:08 -07:00
Tim Schaub
6c813020c2 Correct error message for missing layout property 2015-11-01 08:15:05 -07:00
Tim Schaub
0149924551 Update Metalsmith and layout plugin 2015-11-01 02:18:09 -07:00
Tim Schaub
85264111cd Merge pull request #4355 from tschaub/phantom-update
Update PhantomJS.
2015-11-01 01:57:38 -07:00
Tim Schaub
921d736340 Run tests with Node 4 on Trusty 2015-11-01 01:19:07 -07:00
Tim Schaub
98c9b0eb39 Update phantomjs and use mocha-phantomjs-core 2015-11-01 01:18:59 -07:00
Tim Schaub
7946298e67 Merge pull request #4353 from tschaub/jsdoc-forked
Resolve path to jsdoc-fork.
2015-10-31 15:23:41 -06:00
Tim Schaub
c0271e3509 Prune before installing 2015-10-31 15:11:54 -06:00
Tim Schaub
ad3ee7cb33 Correctly resolve path to jsdoc 2015-10-31 15:10:05 -06:00
148 changed files with 201 additions and 200 deletions

View File

@@ -1,5 +1,11 @@
language: python sudo: required
sudo: false dist: trusty
language: node_js
node_js:
- "4"
cache: cache:
directories: directories:
- node_modules - node_modules
@@ -7,7 +13,8 @@ env:
- DISPLAY=:99.0 - DISPLAY=:99.0
before_install: before_install:
- "npm install -g npm && npm install" - "npm prune"
- "sudo pip install -r requirements.txt"
before_script: before_script:
- "rm src/ol/renderer/webgl/*shader.js" - "rm src/ol/renderer/webgl/*shader.js"

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Accessibility example title: Accessibility example
shortdesc: Example of an accessible map. shortdesc: Example of an accessible map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Animation example title: Animation example
shortdesc: Demonstrates animated pan, zoom, and rotation. shortdesc: Demonstrates animated pan, zoom, and rotation.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Tiled ArcGIS MapServer example title: Tiled ArcGIS MapServer example
shortdesc: Example of a tiled ArcGIS layer. shortdesc: Example of a tiled ArcGIS layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Attributions example title: Attributions example
shortdesc: Example of a attributions visibily change on map resize, to collapse them on small maps. shortdesc: Example of a attributions visibily change on map resize, to collapse them on small maps.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Bing Maps example title: Bing Maps example
shortdesc: Example of a Bing Maps layer. shortdesc: Example of a Bing Maps layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Blend modes example title: Blend modes example
shortdesc: Shows how to change the canvas compositing / blending mode in post- and precompose eventhandlers. shortdesc: Shows how to change the canvas compositing / blending mode in post- and precompose eventhandlers.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Box selection example title: Box selection example
shortdesc: Using a DragBox interaction to select features. shortdesc: Using a DragBox interaction to select features.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Custom tooltips example title: Custom tooltips example
shortdesc: This example shows how to customize the buttons tooltips with Bootstrap. shortdesc: This example shows how to customize the buttons tooltips with Bootstrap.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Canvas tiles example title: Canvas tiles example
shortdesc: Renders tiles with coordinates for debugging. shortdesc: Renders tiles with coordinates for debugging.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Advanced View Positioning example title: Advanced View Positioning example
shortdesc: This example demonstrates how a map's view can be adjusted so a geometry or coordinate is positioned at a specific pixel location. 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: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Clustering example title: Clustering example
shortdesc: Example of using <code>ol.source.Cluster</code>. shortdesc: Example of using <code>ol.source.Cluster</code>.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Manipulating colors with a raster source title: Manipulating colors with a raster source
shortdesc: Demonstrates color manipulation with a raster source. shortdesc: Demonstrates color manipulation with a raster source.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Custom control example title: Custom control example
shortdesc: Shows how to create custom controls. shortdesc: Shows how to create custom controls.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Custom interaction example title: Custom interaction example
shortdesc: Example of a custom interaction. shortdesc: Example of a custom interaction.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: d3 integration example title: d3 integration example
shortdesc: Example of using ol3 and d3 together. shortdesc: Example of using ol3 and d3 together.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Device-Orientation example title: Device-Orientation example
shortdesc: Listen to DeviceOrientation events. shortdesc: Listen to DeviceOrientation events.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Drag-and-Drop image vector example title: Drag-and-Drop image vector example
shortdesc: Example of using the drag-and-drop interaction with a ol.source.ImageVector. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. Each file is rendered to an image on the client. shortdesc: Example of using the drag-and-drop interaction with a ol.source.ImageVector. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. Each file is rendered to an image on the client.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Drag-and-Drop example title: Drag-and-Drop example
shortdesc: Example of using the drag-and-drop interaction. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. There is no projection transform support, so this will only work with data in EPSG:4326 and EPSG:3857. shortdesc: Example of using the drag-and-drop interaction. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. There is no projection transform support, so this will only work with data in EPSG:4326 and EPSG:3857.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Drag rotate and zoom example title: Drag rotate and zoom example
shortdesc: A single interaction to drag, rotate, and zoom. shortdesc: A single interaction to drag, rotate, and zoom.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Draw and modify features example title: Draw and modify features example
shortdesc: Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction. shortdesc: Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Draw features example title: Draw features example
shortdesc: Example of using the ol.interaction.Draw interaction. shortdesc: Example of using the ol.interaction.Draw interaction.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Dynamic data example title: Dynamic data example
shortdesc: Example of dynamic data. shortdesc: Example of dynamic data.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Earthquake Clusters title: Earthquake Clusters
shortdesc: Demonstrates the use of style geometries to render source features of a cluster. shortdesc: Demonstrates the use of style geometries to render source features of a cluster.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: EPSG:4326 example title: EPSG:4326 example
shortdesc: Example of a map in EPSG:4326. shortdesc: Example of a map in EPSG:4326.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Export map example title: Export map example
shortdesc: Example of exporting a map as a PNG image. shortdesc: Example of exporting a map as a PNG image.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Feature animation example title: Feature animation example
shortdesc: Demonstrates how to animate features. shortdesc: Demonstrates how to animate features.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Animate a feature movement title: Animate a feature movement
shortdesc: Demonstrates how to move a feature along a line. shortdesc: Demonstrates how to move a feature along a line.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Fractal Example title: Fractal Example
shortdesc: Example of a fractal. shortdesc: Example of a fractal.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Full screen drag rotate and zoom example title: Full screen drag rotate and zoom example
shortdesc: Example of drag rotate and zoom control with full screen effect. shortdesc: Example of drag rotate and zoom control with full screen effect.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Full screen control example title: Full screen control example
shortdesc: Example of a full screen control. shortdesc: Example of a full screen control.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: GeoJSON example title: GeoJSON example
shortdesc: Example of GeoJSON features. shortdesc: Example of GeoJSON features.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example-verbatim.html layout: example-verbatim.html
title: Geolocation Tracking with Orientation title: Geolocation Tracking with Orientation
shortdesc: Example of a geolocated and oriented map. shortdesc: Example of a geolocated and oriented map.
tags: "fullscreen, geolocation, orientation, mobile" tags: "fullscreen, geolocation, orientation, mobile"

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Geolocation example title: Geolocation example
shortdesc: Example of a geolocation map. shortdesc: Example of a geolocation map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: GetFeatureInfo example (image layer) title: GetFeatureInfo example (image layer)
shortdesc: This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS image layer. shortdesc: This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS image layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: WMS GetFeatureInfo example (tile layer) title: WMS GetFeatureInfo example (tile layer)
shortdesc: This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS tile layer. shortdesc: This example shows how to trigger WMS GetFeatureInfo requests on click for a WMS tile layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: GPX example title: GPX example
shortdesc: Example of using the GPX source. shortdesc: Example of using the GPX source.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Graticule example title: Graticule example
shortdesc: This example shows how to add a graticule overlay to a map. shortdesc: This example shows how to add a graticule overlay to a map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Earthquakes heatmap title: Earthquakes heatmap
shortdesc: Demonstrates the use of a heatmap layer. shortdesc: Demonstrates the use of a heatmap layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Icon sprites with WebGL example title: Icon sprites with WebGL example
shortdesc: Icon sprite with WebGL shortdesc: Icon sprite with WebGL
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Vector Icon Example title: Vector Icon Example
shortdesc: Example using an icon to symbolize a point. shortdesc: Example using an icon to symbolize a point.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: IGC example title: IGC example
shortdesc: Example of tracks recorded from multiple paraglider flights on the same day, read from an IGC file. shortdesc: Example of tracks recorded from multiple paraglider flights on the same day, read from an IGC file.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Image Filter Example title: Image Filter Example
shortdesc: Apply a filter to imagery shortdesc: Apply a filter to imagery
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Image load events example title: Image load events example
shortdesc: Example using image load events. shortdesc: Example using image load events.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Image vector layer example title: Image vector layer example
shortdesc: Example of an image vector layer. shortdesc: Example of an image vector layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: JSTS Example title: JSTS Example
shortdesc: Example on how to use JSTS with OpenLayers 3. shortdesc: Example on how to use JSTS with OpenLayers 3.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Earthquakes in KML title: Earthquakes in KML
shortdesc: Demonstrates the use of a Shape symbolizer to render earthquake locations. shortdesc: Demonstrates the use of a Shape symbolizer to render earthquake locations.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Timezones in KML title: Timezones in KML
shortdesc: Demonstrates rendering timezones from KML. shortdesc: Demonstrates rendering timezones from KML.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: KML example title: KML example
shortdesc: Example of using the KML source. shortdesc: Example of using the KML source.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Layer WebGL clipping example title: Layer WebGL clipping example
shortdesc: Layer WebGL clipping example. shortdesc: Layer WebGL clipping example.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Layer clipping example title: Layer clipping example
shortdesc: Layer clipping example shortdesc: Layer clipping example
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Limited Layer Extent title: Limited Layer Extent
shortdesc: Restricting layer rendering to a limited extent. shortdesc: Restricting layer rendering to a limited extent.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Layer group example title: Layer group example
shortdesc: Example of a map with layer group. shortdesc: Example of a map with layer group.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Layer Spy Example title: Layer Spy Example
shortdesc: View a portion of one layer over another shortdesc: View a portion of one layer over another
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Layer Swipe example title: Layer Swipe example
shortdesc: Example of a Layer swipe map. shortdesc: Example of a Layer swipe map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Z-index layer ordering example title: Z-index layer ordering example
shortdesc: Example of ordering layers using Z-index. shortdesc: Example of ordering layers using Z-index.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Lazy Source title: Lazy Source
shortdesc: Example of setting a layer source after construction. shortdesc: Example of setting a layer source after construction.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: LineString arrows example title: LineString arrows example
shortdesc: Example of drawing arrows for each line string segment. shortdesc: Example of drawing arrows for each line string segment.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Localized OpenStreetMap example title: Localized OpenStreetMap example
shortdesc: Example of a localized OpenStreetMap map with a custom tile server and a custom attribution. shortdesc: Example of a localized OpenStreetMap map with a custom tile server and a custom attribution.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Advanced Mapbox vector tiles example title: Advanced Mapbox vector tiles example
shortdesc: Example of a Mapbox vector tiles map with custom tile grid. shortdesc: Example of a Mapbox vector tiles map with custom tile grid.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Mapbox vector tiles example title: Mapbox vector tiles example
shortdesc: Example of a Mapbox vector tiles map. shortdesc: Example of a Mapbox vector tiles map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: MapGuide untiled example title: MapGuide untiled example
shortdesc: Example of a untiled MapGuide map. shortdesc: Example of a untiled MapGuide map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: MapQuest example title: MapQuest example
shortdesc: Example of a MapQuest map.Shows how to create custom controls. shortdesc: Example of a MapQuest map.Shows how to create custom controls.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Measure example title: Measure example
shortdesc: Example of using the ol.interaction.Draw interaction for creating simple measuring application. shortdesc: Example of using the ol.interaction.Draw interaction for creating simple measuring application.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Min/max resolution example title: Min/max resolution example
shortdesc: Show/hide layers depending on current view resolution. shortdesc: Show/hide layers depending on current view resolution.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example-verbatim.html layout: example-verbatim.html
title: Full-Screen Mobile title: Full-Screen Mobile
shortdesc: Example of a full screen map. shortdesc: Example of a full screen map.
tags: "fullscreen, geolocation, mobile" tags: "fullscreen, geolocation, mobile"

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Modify features example title: Modify features example
shortdesc: Editing features with the modify interaction. shortdesc: Editing features with the modify interaction.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Modify features test title: Modify features test
shortdesc: Example for testing feature modification. shortdesc: Example for testing feature modification.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Mouse position example title: Mouse position example
shortdesc: Example of a mouse position control, outside the map. shortdesc: Example of a mouse position control, outside the map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Moveend Example title: Moveend Example
shortdesc: Use of the moveend event. shortdesc: Use of the moveend event.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Navigation controls example title: Navigation controls example
shortdesc: Shows how to add navigation controls. shortdesc: Shows how to add navigation controls.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Overlay example title: Overlay example
shortdesc: Demonstrates overlays. shortdesc: Demonstrates overlays.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: OverviewMap control example advanced title: OverviewMap control example advanced
shortdesc: Example of OverviewMap control with advanced customization. shortdesc: Example of OverviewMap control with advanced customization.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: OverviewMap control example title: OverviewMap control example
shortdesc: Example of OverviewMap control. shortdesc: Example of OverviewMap control.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Permalink example title: Permalink example
shortdesc: Example on how to create permalinks. shortdesc: Example on how to create permalinks.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Custom styles for polygons title: Custom styles for polygons
shortdesc: Showing the vertices of a polygon with a custom style geometry. shortdesc: Showing the vertices of a polygon with a custom style geometry.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Popup example title: Popup example
shortdesc: Uses an overlay to create a popup. shortdesc: Uses an overlay to create a popup.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Preload example title: Preload example
shortdesc: Example of tile preloading. shortdesc: Example of tile preloading.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Raster Source title: Raster Source
shortdesc: Demonstrates pixelwise operations with a raster source. shortdesc: Demonstrates pixelwise operations with a raster source.
docs: > docs: >

View File

@@ -2,7 +2,7 @@
The `.html` files in this folder are built by applying the templates in the `config/examples/` folder. Examples have [YAML front-matter](http://www.metalsmith.io) headers with the following properties: The `.html` files in this folder are built by applying the templates in the `config/examples/` folder. Examples have [YAML front-matter](http://www.metalsmith.io) headers with the following properties:
* template: The template from the `config/examples/` directory to use for this example * layout: The template from the `config/examples/` directory to use for this example
* title: The title of the example * title: The title of the example
* shortdesc: A short description for the example index * shortdesc: A short description for the example index
* docs: Documentation of the example. Can be markdown. * docs: Documentation of the example. Can be markdown.

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Region Growing title: Region Growing
shortdesc: Grow a region from a seed pixel shortdesc: Grow a region from a seed pixel
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Regular Shape example title: Regular Shape example
shortdesc: Example of some Regular Shape styles. shortdesc: Example of some Regular Shape styles.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Reprojection with EPSG.io database search title: Reprojection with EPSG.io database search
shortdesc: Demonstrates client-side raster reprojection of MapQuest OSM to arbitrary projection shortdesc: Demonstrates client-side raster reprojection of MapQuest OSM to arbitrary projection
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Image reprojection example title: Image reprojection example
shortdesc: Demonstrates client-side reprojection of single image source. shortdesc: Demonstrates client-side reprojection of single image source.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: OpenStreetMap reprojection example title: OpenStreetMap reprojection example
shortdesc: Demonstrates client-side reprojection of OpenStreetMap in WGS84. shortdesc: Demonstrates client-side reprojection of OpenStreetMap in WGS84.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Raster reprojection example title: Raster reprojection example
shortdesc: Demonstrates client-side raster reprojection between various projections. shortdesc: Demonstrates client-side raster reprojection between various projections.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Rotation example title: Rotation example
shortdesc: Example of a rotated map. shortdesc: Example of a rotated map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Scale line example title: Scale line example
shortdesc: Example of a scale line. shortdesc: Example of a scale line.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Select features example title: Select features example
shortdesc: Example of using the Select interaction. shortdesc: Example of using the Select interaction.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Semi-transparent layer example title: Semi-transparent layer example
shortdesc: Example of a map with a semi-transparent layer. shortdesc: Example of a map with a semi-transparent layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Shaded Relief title: Shaded Relief
shortdesc: Calculate shaded relief from elevation data shortdesc: Calculate shaded relief from elevation data
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Side-by-side example title: Side-by-side example
shortdesc: The three maps, one WebGL, one Canvas, one DOM, share the same center, resolution, rotation and layers. shortdesc: The three maps, one WebGL, one Canvas, one DOM, share the same center, resolution, rotation and layers.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Simple example title: Simple example
shortdesc: Example of a simple map. shortdesc: Example of a simple map.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Snap interaction example title: Snap interaction example
shortdesc: Example of using the snap interaction together with draw and modify interactions. shortdesc: Example of using the snap interaction together with draw and modify interactions.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Sphere Mollweide example title: Sphere Mollweide example
shortdesc: Example of a Sphere Mollweide map with a Graticule component. shortdesc: Example of a Sphere Mollweide map with a Graticule component.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Stamen example title: Stamen example
shortdesc: Example of a Stamen tile source. shortdesc: Example of a Stamen tile source.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Static image example title: Static image example
shortdesc: Example of a static image layer. shortdesc: Example of a static image layer.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Symbols with WebGL example title: Symbols with WebGL example
shortdesc: Using symbols in an atlas with WebGL. shortdesc: Using symbols in an atlas with WebGL.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Synthetic lines example title: Synthetic lines example
shortdesc: Synthetic lines example. shortdesc: Synthetic lines example.
docs: > docs: >

View File

@@ -1,5 +1,5 @@
--- ---
template: example.html layout: example.html
title: Synthetic points example title: Synthetic points example
shortdesc: Synthetic points example. shortdesc: Synthetic points example.
docs: > docs: >

Some files were not shown because too many files have changed in this diff Show More