Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polylines keep "disappearing" #3238

Open
Bastindo opened this issue Feb 25, 2025 · 0 comments
Open

Polylines keep "disappearing" #3238

Bastindo opened this issue Feb 25, 2025 · 0 comments

Comments

@Bastindo
Copy link

Describe the problem

Some journeys seem to have bad polyline data, meaning they show up on the map only as a dot on the "null island". Most of my check-ins display fine, so this seems to be rather uncommon. This only happens multiple hours or even days after checking in and first occurred about a week ago. I've also had one check-in where the correct polyline reappeared after a while (about a day).

Image

What steps did you take before the issue occurred?

  1. Checked in to a journey
    (map looks correct)
  2. Waited a few hours or days
    (map broken)

What did you expect to happen?

Journey map should look something like this:

Image

Browser console or error messages (optional)

GET https://traewelling.de/api/v1/polyline/4445002

{
  "data": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "LineString",
          "coordinates": [
            [
              null,
              null
            ],
            [
              null,
              null
            ]
          ]
        },
        "properties": {
          "statusId": 4445002
        }
      }
    ]
  }
}

Any additional hints or information? (optional)

No response

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

No branches or pull requests

1 participant