Please write blog posts, create tutorials, or develop workshops that show off cool ways to develop applications that use OL3. The examples should be kept very simple. This download functionality is neat, but it's really a gratuitous use of non-map related functionality. While it does demonstrate the use of `format.writeFeatures()`, this is buried in too much additional code that is not accessible (buried in resources/common.js) and not really related to mapping things. If we want to have examples that demonstrate how formats can be used to serialize features, a simple textarea would suffice as the target.
19 lines
381 B
HTML
19 lines
381 B
HTML
---
|
|
template: example.html
|
|
title: GPX example
|
|
shortdesc: Example of using the GPX source.
|
|
docs: >
|
|
Example of using the GPX source.
|
|
tags: "GPX"
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
<div class="span4 offset4 pull-right">
|
|
<div id="info" class="alert alert-success">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|