Skip to content

Commit

Permalink
Merge pull request #4564 from camptocamp/profile-documentation
Browse files Browse the repository at this point in the history
Update the profile documentation
  • Loading branch information
sbrunner committed Jan 30, 2019
2 parents 4b2a6ce + 7db6006 commit 9b8c5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/profile/elevationComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ const module = angular.module('ngeoProfile', [
* ngeo-profile-pois="ctrl.profilePois">
* </div>
*
* Where "ctrl.profileOptions" is of type {@link ProfileOptions};
* "ctrl.profileData" and "ctrl.profilePois" are arrays which will be
* processed by {@link ElevationExtractor} and
* Where `ctrl.profileOptions` is of type {@link ProfileOptions}; `ctrl.profileData` and `ctrl.profilePois`
* are arrays which will be processed by `distanceExtractor` `{function(Object): number}`,
* `linesConfiguration` `{Object.<string, LineConfiguration>}` {@link LineConfiguration} and
* {@link PoiExtractor}.
*
* See our live example: [../examples/profile.html](../examples/profile.html)
Expand Down

0 comments on commit 9b8c5a2

Please sign in to comment.