Forum Replies Created

Viewing 15 replies - 226 through 240 (of 415 total)
  • Plugin Author tinuzz

    (@tinuzz)

    Ah, I didn’t know about viewport units. Thanks, glad it works for you!

    Cheers,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    Closing due to lack of information.

    Plugin Author tinuzz

    (@tinuzz)

    Hi,

    The ‘height’ attribute will simply be passed to the style of the map div, so sure, 100% will work, but that’s not all that is needed. A div’s height in % is relative to the height of its parent. Your template should take care of the details of responsiveness, this is not something that can be done inside trackserver.

    If you need to style the map div itself, you can add CSS to the ‘leaflet-container’ class (for example a ‘max-height: 100%’ might be useful), but the key to the rest of it is in the parent element, i.e. your WP template.

    Cheers,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    No, Trackserver has no functionality or icons to indicate heading. I don’t think this is easily implemented. I use Leaflet-Omnivore for loading and drawing tracks, and I don’t think Omnivore has support for this.

    Displaying lat/lon when clicking a point would be doable, but I am not sure that this is a feature that belongs in Trackserver. If more people need this, I might consider it.

    Displaying date/time when clicking a point seems more interesting as a feature, but is unfortunately much harder to implement, because at present, tracks loaded from Trackserver don’t have any date/time information, only coordinates.

    Best regards,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    Why did it stop working?

    Cheers,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    You can find/set it in your Trackerserver user profile (the third page after ‘Options’ and ‘Manage tracks’ in the WP admin).

    Cheers,
    Martijn.

    Forum: Plugins
    In reply to: [Trackserver] trackserver
    Plugin Author tinuzz

    (@tinuzz)

    Yes, but between “installed the plugin”, “start the client” and “show the clients location” there are many other things that need to be done and things that can be wrong. You haven’t written ANYTHING about your setup, not even which Android app you are using. What do you expect??

    I don’t want admin access and I am not -by WordPress rules- allowed to accept it.

    Martijn.

    Forum: Plugins
    In reply to: [Trackserver] trackserver
    Plugin Author tinuzz

    (@tinuzz)

    Hi,

    You caught me on a bad day last week and I apologize for the tone in my reply. But still, if you don’t ask specific questions and explain what exactly doesn’t work, there is nothing I can do for you.

    Martijn.

    • This reply was modified 8 years, 8 months ago by tinuzz.
    Plugin Author tinuzz

    (@tinuzz)

    Hi,

    Trackserver can display multiple live tracks in one map, but a single WP user can have only one live track, because the live track is simply the latest updated track for that user. If you need 100 live tracks, you need 100 WP users.

    The front-end implementation you describe is not standard Trackserver functionality either. You want to implement some kind of multi-tenant tracking service, it seems? Trackserver is not built with that use case in mind.

    A WP page that is owned/authored by a WP admin/editor can have multiple users’ live tracks, but there is nothing that lets you select the x last hours/days or a time range. Trackserver can display tracks and optionally refresh the view every 10 seconds (which is then called ‘live tracking’), and by clicking a track, you can have the map ‘follow’ that specific user. It can also NOT display (filter out) live tracks that haven’t been updated for X time, but that’s about it.

    Cheers,
    Martijn.

    • This reply was modified 8 years, 8 months ago by tinuzz.
    • This reply was modified 8 years, 8 months ago by tinuzz.
    Forum: Plugins
    In reply to: [Trackserver] trackserver
    Plugin Author tinuzz

    (@tinuzz)

    In case I wasn’t clear in the multiple emails I sent you: BE SPECIFIC ABOUT WHAT IS NOT WORKING.

    “Seems to not working. Tried all” IS NOT A PROBLEM DESCRIPTION.

    Why the fuck would you start a support question and use ‘trackserver’ as the subject? Please TRY HARDER to ask sensible questions and not to piss me of like this if you want help.

    • This reply was modified 8 years, 8 months ago by tinuzz.
    Plugin Author tinuzz

    (@tinuzz)

    Glad that it works, almost 😉 It all sounds really strange, I would be curious to see what OruxMaps is sending and what Trackserver responds, but it’s complicated to get that information.

    Just a quick addition to what we discussed in private:

    OruxMaps as of v7.1.2 seems to support SNI for HTTPS connections, so I will update the comments in Trackserver accordingly.

    Cheers,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    I meant to say ‘GPX and KML’ of course.

    I’m closing this thread; please create a feature request if you really need Trackserver to display (waypoints from) external CSV files.

    Cheers,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    Yes, if you really must.. My email is m at rtijn.net.

    • This reply was modified 8 years, 9 months ago by tinuzz.
    Plugin Author tinuzz

    (@tinuzz)

    Hi Ben,

    I understand you request, but as soon as I implement this, someone else is going to ask for a different chart. Altitude against distance, speed against time, speed against distance, and so on.

    I am not going to implement this in Trackserver, because it is beyond what I have in mind for the plugin. It is perfectly possible to implement such a thing in a separate plugin though. It could use Trackserver’s DB tables to get the data, so anyone could do this.

    Best regards,
    Martijn.

    Plugin Author tinuzz

    (@tinuzz)

    Yes, it was from the help site (FAQ), but that isn’t meant for copying and pasting directly. Shortcode attributes always have the form ‘attribute=value’. This is not Trackserver-specific, that is how WP shortcodes work.

    The ‘live’ shortcode parameter is used to FORCE live updates even when Trackserver would normally not perform live updates, for example with static track IDs or with external GPX/KML tracks. You don’t need it if you use ‘track=live’ (deprecated) or ‘user=@’. The form ‘track=@’ that you quoted above has no meaning.

    I have no idea why it is not working for you. I can’t tell you anything useful, since you haven’t given me the true URL of your website. Domain “ARTXXXXINXX.COM” doesn’t seem to exist.

    Cheers,
    Martijn.

Viewing 15 replies - 226 through 240 (of 415 total)