tinuzz
Forum Replies Created
-
Forum: Plugins
In reply to: [Trackserver] Locus Maps works!Hi!
Thank you for this update!
I have never tried Locus Maps, and I didn’t know it could do live tracking, but I’ll give it a try one of these days and update Trackserver’s documentation accordingly.
I’ll keep this ticket open until I have tried it.
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Osmand issueGreat!
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Osmand issueIf that doesn’t work, please send the real URL so I can have a look.
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Osmand issueIn WordPress, on your Trackserver profile page, the Full URL that Trackserver expects from OsmAnd is listed.
Can you check and confirm that what you entered in OsmAnd matches this URL exactly?
If it does, copy and paste the URL in your browser, and replace the {0}, {1}, etc. placeholders by real data, for example:
?lat=45.5&lon=5.5×tamp=1234567&username=admin&key=#####
(altitude, speed, bearing are not important)
What happens then?
Trackserver should give you back a message like:
“OK, track ID = 762, timestamp = 1970-01-01 01:20:34”Best regards,
Martijn.Forum: Reviews
In reply to: [Trackserver] Great plugin and supportThanks 🙂
Forum: Plugins
In reply to: [Trackserver] Live Track as breadcrumbsHi Ben,
I implemented this. The code is up on Github and will be part of the next release.
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Live Track as breadcrumbsHi,
This is not possible at the moment. Tracks from the server are parsed in JavaScript into GeoJSON ‘LineString’ geometries. This means that the path between points is automatically drawn by Leaflet.
To draw points instead of linestrings, the code has to be expanded, to be able to draw a collection of ‘Point’ geometries in addition to the LineStrings.
While this is certainly doable, it means code will have to be written, so I’ll consider this a feature request.
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] MapQuest No Longer SupportedBy the way, you can always get a Mapbox access token (they have limited free plans) and still use Mapbox maps with Trackserver.
Cheers,
Martijn.P.S. If you like Trackserver, please consider writing a review here:
https://wordpress.org/support/view/plugin-reviews/trackserver
🙂Forum: Plugins
In reply to: [Trackserver] Error validating user – unknown answer ()I am closing this issue due to lack of more information. There isn’t much I can do regarding support for TrackMe on Windows. I would accept a pull request on Github though. Trackserver’s source is hosted here:
https://github.com/tinuzz/wp-plugin-trackserver
Cheers,
Martijn.Forum: Plugins
In reply to: [Trackserver] MapQuest No Longer SupportedYou can change the tile URL and -attribution in Trackserver’s options screen (scroll down all the way).
For inspiration, see https://leaflet-extras.github.io/leaflet-providers/preview/
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Speed, altitude?Support for replacement tags {altitude}, {speedms}, {speedkmh} and {speedmph} has been implemented and will be part of the next release.
Trackserver now automatically calculates the speed from one location to the next when the source doesn’t supply it.
I will probably release v2.2 with these features soon. I’ll close this issue.
Regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Error validating user – unknown answer ()Hi,
I think Trackserver is not compatible with TrackMe on Windows Phone. Apparently, Trackserver sends a response that TrackMe does not understand, while authenticating the user. It is strange that the first entry is recorded but subsquent request are failing. I cannot explain that.
Unfortunately, I do not own a Windows Phone, so there is no way for me to reproduce and fix this.
The TrackMe protocol is not documented anywhere and I reverse-engineered it from the web viewer (https://github.com/espinosaluis/TrackMeViewer). If you can confirm that the phone app works with that web viewer, it should also be possible to make it work with Trackserver. However, I think TrackMe for Windows phone hasn’t been updated since 2011, so I’m not sure if it worth the effort.
Best regards,
Martijn.Forum: Plugins
In reply to: [Trackserver] Error validating user – unknown answer ()Hi,
What exactly do you mean with ‘login with trackme’?
Where is this error shown? Inside TrackMe?
I haven’t tested TrackeMe on Windows Phone at all, so I’m not sure if it works. Trackserver is only tested with TrackMe on Android.
Regards,
Martijn.Forum: Reviews
In reply to: [Trackserver] Great Plugin, great support, realised featurerequestThanks!
Martijn.
Forum: Plugins
In reply to: [Trackserver] Multiple maps in the same pageDone 🙂