Skip to content

Commit

Permalink
Merge pull request #53 from jorix/webside-OL-renderer
Browse files Browse the repository at this point in the history
Add OL-renderer example for the website
  • Loading branch information
pa7 committed Apr 20, 2013
2 parents c73782c + 371ff89 commit 0d925f8
Show file tree
Hide file tree
Showing 9 changed files with 260 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/example-heatmap-arcgis.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li class="active">
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions website/example-heatmap-click.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions website/example-heatmap-googlemaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions website/example-heatmap-leaflet.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions website/example-heatmap-legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions website/example-heatmap-mousemove.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
236 changes: 236 additions & 0 deletions website/example-heatmap-openlayers-renderer.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions website/example-heatmap-openlayers.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ <h1>
<li class="active">
<a href="example-heatmap-openlayers.html" title="openlayers heatmap layer example">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html" title="openlayers heatmap renderer vectorial layers example">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html" title="arcgis heatmap example">ArcGIS Layer</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions website/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ <h1>
<li>
<a href="example-heatmap-openlayers.html">Openlayers Layer</a>
</li>
<li>
<a href="example-heatmap-openlayers-renderer.html">Openlayers Renderer for vectorial layers</a>
</li>
<li>
<a href="example-heatmap-arcgis.html">ArcGIS Layer</a>
</li>
Expand Down

0 comments on commit 0d925f8

Please sign in to comment.