Skip to content

Conversation

@robsonj
Copy link

@robsonj robsonj commented Apr 29, 2015

Filter invalid map points before exporting to GPX.

  • Updated BikeEvent & RunEvent to return IEnumerable<> instead of naked
    List<>.
  • IEnumerable backed by new BandMapPointCollection which serves as
    central place to execute any filtering/processing etc on map points as
    they get exported. Just runs a simple filter on bad mappoints currently.
  • Added Unit

…re inaccurate

Filter invalid map points before exporting to GPX.
- Updated BikeEvent & RunEvent to return IEnumerable<> instead of naked
List<>.
- IEnumerable backed by new BandMapPointCollection which serves as
central place to execute any filtering/processing etc on map points as
they get exported. Just runs a simple filter on bad mappoints currently.
- Added Unit
@robsonj robsonj closed this Apr 29, 2015
@robsonj robsonj reopened this Apr 29, 2015
@robsonj
Copy link
Author

robsonj commented Apr 29, 2015

Pull request for the invalid coords filtering. Basic filter functionality. I added a unit test project also.

Hopefully I did this correctly 2nd pull request correctly, more of an SVN user that a Git user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant