MapInfo Pro

 View Only
  • 1.  Live GPS file structure for MIPro

    Posted 10-19-2020 17:39
    Hi All, I've written a small GPS utility to convert Windows GNSS sensor data to a feed that BlueMarble GeoTracker can use for live GPS in MIPro (new Win10 sensor api - no com port interface).  This works ok but we must have my utility and GeoTracker open at the same time - it would be good to feed the GPS data straight into MIPro.  How does MIPro receive GPS data?  Can anyone point me in the right direction of what files and data format it needs to be?

    ------------------------------
    Jared Clark
    Knowledge Community Shared Account
    ------------------------------


  • 2.  RE: Live GPS file structure for MIPro

    Employee
    Posted 10-20-2020 03:20
    Hi Jared

    MapInfo Pro has no direct support for receiving GPS data.
    I see a couple of ways I would expect people to want to see GPS data in MapInfo Pro, and there's probably more that I haven't considered.

    1. Place a point at my current location
    This could be a point inserted into the cosmetic layer of the active map window. For each new location, the point should move (the old point should be updated with the new lat/long values).
    The cosmetic layer is an easy solution as it's always available. You could consider using a temporary table instead and add this layer as an animated layer to the maps window. This will result in better rendering speed as MapInfo Pro only will render that layer when it changes.

    2. Capture all locations
    This is the other obvious use case: Capture all locations as I move around.
    For this, you will have to insert the records into a (temporary) table and when you stop recording or when you start, you can ask the user where the table should be saved.
    If you add the layer to a map, it might be an idea to add it as an animated layer as described above.

    ------------------------------
    Peter Horsbøll Møller
    Principal Presales Consultant | Distinguished Engineer
    Precisely | Trust in Data
    ------------------------------



  • 3.  RE: Live GPS file structure for MIPro

    Employee
    Posted 10-20-2020 08:40
    Datamine Discover (former Encom) has a GPS utility for doing this that comes with that product.  I do not believe it is provided separately.  Last I checked BlueMarble did not have a 64 bit GeoTracker tool for doing the same.  Most of the third-party GPS tools I've seen for MIPro write the GPS output data to a MIF\MID format file which is then imported into MIPro.  Probably because they did not have MFAL or newer EFAL to create a Native TAB file.  As Peter mentioned if your utility can create a Temporary table or just insert into the Cosmetic layer, it should be pretty quick and the results can be written to disk at end of GPS session.

    ------------------------------
    Bill Wemple
    Principal QA Engineer
    Pitney Bowes
    Troy, NY
    ------------------------------



  • 4.  RE: Live GPS file structure for MIPro

    Posted 10-21-2020 08:44
    Hi Jared,

    there is a new tool for integration of GPS data into MapInfo 64bit filling the gap BlueMarble left by not updating the GPS Tracker. You can find further information about the GeoTracker for MapInfo on our website: https://www.geoas.de/en/

    I don't know of any other tool that currently allows GPS live data direct access to MapInfo 64bit.

    Kind regards,
    Gisbert

    ------------------------------
    Gisbert Schnell
    AGIS GmbH
    Frankfurt Am Main
    Germany
    ------------------------------