Skip to content

Commit

Permalink
(wip) gmf-drawfeature-export - add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adube committed Apr 19, 2016
1 parent 76c7175 commit 41b48b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/featurehelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,9 @@ ngeo.FeatureHelper.prototype.exportKML = function(features) {


/**
* Export features using a given format to a specific filename and download
* the result to the browser. The projection of the exported features is:
* `EPSG:4326`.
* @param {Array.<ol.Feature>} features Array of vector features.
* @param {ol.format.Feature} format Format
* @param {string} fileName Name of the file.
Expand Down

0 comments on commit 41b48b8

Please sign in to comment.