Giter Club home page Giter Club logo

apply-routes's People

Contributors

gerhardol avatar

Watchers

 avatar  avatar  avatar  avatar

apply-routes's Issues

Workout list is missing

What steps will reproduce the problem?
1.Open Sportracks 3.1
2.
3.

What is the expected output? What do you see instead?
individual routes show, one at a time.
but no listing of all workouts.

What version of the product are you using? On what operating system?
3.1.5349 and apply-routes plugin.
Windows 8.1

Please provide any additional information below.
Problem occurred after successfully restoring Windows 8.1.
Instructions suggest uninstall/reinstall plugin.  
How? "Uninstall" not found in "settings".




Original issue reported on code.google.com by [email protected] on 30 Sep 2014 at 4:15

Race condition initializing a singleton

The MapProviders all share a singleton WebBrowser control (the imageCache
of GMapProvider).

I think there's a race condition in creating the singleton, but have been
unable to fire it. There have been occasional bug reports that sound like
this issue (at any rate, the GIMageCache thread dies during ST's startup) -
but the reporters have never been able to reproduce either.

Need to figure out if its really an issue (does ST actually instantiate
MapProviders from multiple threads simultaneously?), and if so put in locks.

Original issue reported on code.google.com by [email protected] on 11 Jun 2009 at 1:46

Export to ReplayRoutes.com doesn't work

What steps will reproduce the problem?
1. Run SportTracks, choose a training
2. Export a training (one ore more by Reports) to ReplyRoutes
3.

What is the expected output? What do you see instead?
Once it succed, but the seond time there's an error in script 
http://pliki.strefa.pl/Jing/error_sporttracks_export_2_replayroutes.png

What version of the product are you using? On what operating system?
SportTracks 2.1.3478
ApplyRoutes 0.1.3651

Please provide any additional information below.
I only see GMapBrover wiht info "VisitReplay Routes" and nothing happens. 
When I close this windows there's an error (look at the png file)



Original issue reported on code.google.com by [email protected] on 1 Jan 2010 at 4:45

Crash when join activities

What steps will reproduce the problem?
1. I marked three activities to join them (three recordings of one activity
that lasted one afternoon.
2. Edit --> "AR join three activities"
3. Then an Error report, see below.

What is the expected output? What do you see instead?

see attachment


What version of the product are you using? On what operating system?
Windows xp, Sporttracks 2.1 with Apply Routes 0.1.3651

Please provide any additional information below.



Original issue reported on code.google.com by max.apel on 1 Feb 2010 at 3:35

  • Merged into: #11

Attachments:

Document URL parameters ?

Hello,

Thanks for this great plugin that allow French SportTracks users to have the 
Geoportail view with excellent quality IGN maps.

But, default choice in the URL for geoportail display an hybrid view instead 
of a map view : http://maps.myosotissp.com/geoportail.shtml#t=t&gmrc&mmtc&

Thus, can you please document parameters in the URL called or let us know 
what I have to change to view only map when I'm using this view ?

Regards
Samuel

Original issue reported on code.google.com by [email protected] on 14 Sep 2009 at 12:47

Mono compatibility

This is an enhancement or a placeholder more than an actual issue that can
be handled right now.

Some findings in Mono compatibility for the plugin: As MoMA shows, the
plugin uses System.Windows.Forms.WebBrowser, that is not fully implemented
yet in Mono. This causes ST to hang for me in Windows and to give exception
in Linux. There could be an alternative implementation that can be used, I
have not investigated, but I would guess that awaiting Mono will be the
simplest solution.

I supply a patch that makes it possible to have the plugin enabled and
still being able to ST w AR installed with Mono. The patch modifies
generated code, why it should not be included in the trunk....

Original issue reported on code.google.com by [email protected] on 21 Jul 2009 at 1:25

Attachments:

New feature request - apply route to activity with multiple laps of route

I have a route that I want to apply to a set of similar activities. The
route is 0.7 miles. The activity varies depending upon the number of times 
I run the route. How can I apply the route to the activity so that the
activity distance is used to apply the route multiple times? I know that if
each lap of the route is a separate activity, your plugin  can combine 
them, however this is a bit cumbersome โ€“ could this instead be applied to 
laps?


What version of the product are you using? On what operating system?
On Windows XP - using latest version as of 6/5/09

Contact info - [email protected]



Original issue reported on code.google.com by [email protected] on 11 Jun 2009 at 6:38

Apply routes plugin download not found

On trying to download this ST3 plugin to install into sporttracks, the file does not seem to be present on the sporttracks portal. Same error happens if I do it inside ST3 vs just using a browser. The error shown is --
The requested URL /files/ApplyRoutes-0.2.106.st3plugin was not found on this server.

Cannot open ST3 with apply-routes installed

I installed the newest version of the plugin ( 0.2.94 ), and restarting ST3 I 
got this error on the first page of ST3:

Method not found: 'System.Collections.Generic.IList`1<!!0> 
ZoneFiveSoftware.Common.Visuals.Util.CollectionUtils.GetAllContainedItemsOfType(
System.Collections.IEnumerable)'.

   at ApplyRoutesPlugin.Activities.GMapActivityDetail.OnViewSelectedItemsChanged(Object sender, EventArgs e)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at ZoneFiveSoftware.SportTracks.UI.SelectionProviderProxy.set_SelectionProvider(ISelectionProvider value)
   at ZoneFiveSoftware.SportTracks.Plugin.Activities.Views.DailyActivityView.MainView.CreatePageControl()
   at ZoneFiveSoftware.SportTracks.UI.ViewNavigationManager.ShowCurrentView()

Original issue reported on code.google.com by [email protected] on 19 Oct 2010 at 9:59

Apply the route from an existing activity directly to another activity

Currently, in order to apply a route from an existing activity, you have to 
first create a route from it, and then apply it.

It would be convenient to allow an activity to be applied directly.

The downside is how to select the activity? Typically there are only a few 
routes, but there could be 1000s of activities.

Some means of filtering is probably needed.

Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 8:42

Caching of MapProvider tiles

Currently tiles are only cached in memory.

It would be nice to cache them on disk. One problem with this is that (due
to the nature of trying to capture a bitmap from a dynamic website) tiles
sometimes have the wrong contents. We would need a way to clear just one
tile (or all the visible tiles) from the cache. Clicking the refresh button
tells the provider to drop *all* of its cached tiles - it would be a shame
to drop a months cache for one invalid tile.


Original issue reported on code.google.com by [email protected] on 11 Jun 2009 at 1:32

ST3 migration

The supplied patch migrates the plugin to ST3 (with limitations). The setup is 
similar to that of other plugins I am involved in, see the following for 
details.
http://code.google.com/p/gps-running/wiki/Developers
(The handling of translations are adapted directly from ApplyRoutes, thanks)

The plugin builds for both ST2 and ST3.
Some settings for the project are separated, as this simplifies syncing with 
other plugins.

The following is not done:
* The download list lists 0.1.3767, but there are no commits after .3732, so I 
assume that some commits are missing.
* No mapping included, all related files are skipped
  - No DailyActivity page
  - No separate view
  - No mapproviders
  - No ReplayRoutes upload
  - No settings (all Edit actions hardcoded)
* JoinActivity not implemented (ST API change)

A ST3 build available here:
http://hem.bredband.net/gerhardnospam/tmp/st3/ApplyRoutes-0.1.x.st3plugin

Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 4:18

Attachments:

Exception when joining activities without laps

All activities do not have laps, for instance GPX activities.
Joining activities will therefore fail with the exception below.

Edit/JoinActivitiesAction.cs
Tries to use Lap[0] and "activity.Laps.Count > 0" without checking if lap
!= null.
(The check for Count>0 should be handled in ST...)

------------------
ApplyRoutes
    Assembly Version: 0.1.3651.34266
    Win32 Version: 0.1.3651.34266

System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument
argument, ExceptionResource resource)
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at ZoneFiveSoftware.Common.Data.ObservableCollection`1.get_Item(Int32 index)
   at ZoneFiveSoftware.SportTracks.Data.ActivityLaps.get_Item(Int32 index)
   at ApplyRoutesPlugin.Edit.JoinActivitiesAction.Run(Rectangle rectButton)
   at
ZoneFiveSoftware.SportTracks.Actions.ActionMenuAction.popupItem_Select(Object
sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


Original issue reported on code.google.com by [email protected] on 10 Jan 2010 at 11:05

need help

I see you make a ge demos,pls can you sendme an download zip file? thx

http://maps.myosotissp.com/demos/popups.html


Original issue reported on code.google.com by [email protected] on 12 Oct 2014 at 12:31

Joining routes which overlap creates bad data

What steps will reproduce the problem?
1. Join two activities where the start time of the second is before the end
time of the first

What is the expected output?

The start time of the second should be aligned to the end time of the first.

What do you see instead?

A maze of tracks in the overlapping section of time.


Original issue reported on code.google.com by [email protected] on 13 Jun 2009 at 4:54

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.