Skip to content

White transit line not visible on map #810

@ecgreb

Description

@ecgreb
  • Device name: Google Pixel
  • Android Version: 7.1.1
  • App build number: 0.13.1
  • What did you expected to happen? Public transit line should be clearly visible
  • What happened instead? White transit line is hard to see over road network
  • Steps to reproduce:
  1. Enable debug menu by searching for "!!!!!!!!"
  2. Enable mock location and set coordinates to 60.18459, 24.9485027
  3. Search for "HSL" and select first result
  4. Click arrow to enter route preview mode
  5. Click transit icon to display multimodal route preview

At first glance it appears the tram leg is not drawn.

multimodal-1

However zooming in reveals the line is drawn but it is white.

multimodal-2

The JSON response confirms the white color for the tram line.

https://valhalla.mapzen.com/route?json={"costing":"multimodal","directions_options":{"language":"en-US","units":"miles"},"locations":[{"heading":"0","lat":"60.1846","lon":"24.9485"},{"city":"Helsinki","lat":"60.199102","lon":"24.940497","name":"HSL","state":"Uusimaa","street":"HSL"}]}&api_key=[YOUR_API_KEY]

"travel_type": "tram",
"travel_mode": "transit",
"arrive_instruction": "Arrive: 12:00 AM at Asemapäällikönkatu.",
"verbal_pre_transition_instruction": "Take the 9 toward Pasila.",
"verbal_post_transition_instruction": "Travel 7 stops.",
"instruction": "Take the 9 toward Pasila. (7 stops)",
"time": 681,
"type": 30,
"verbal_depart_instruction": "Depart at 12:00 AM from Kaarlenkatu.",
"length": 1.066,
"transit_info": {
  "operator_name": "HSL",
  "transit_stops": [{
                      "lon": 24.951485,
                      "type": "station",
                      "onestop_id": "s-ud9wru917e-kaarlenkatu",
                      "name": "Kaarlenkatu",
                      "lat": 60.186085,
                      "departure_date_time": "2016-12-20T19:1602:00"
                    }, {
                    // ...
                    }, {
                      "lon": 24.940496,
                      "lat": 60.198242,
                      "arrival_date_time": "2016-12-20T19:2402:00",
                      "type": "station",
                      "onestop_id": "s-ud9wrwc05t-asemapäällikönkatu",
                      "name": "Asemapäällikönkatu"
                    }],
  "operator_onestop_id": "o-ud9-helsinginseudunliikenne",
  "text_color": 0,
  "color": 16777215,
  "onestop_id": "r-ud9wr-9",
  "operator_url": "http:\/\/www.hsl.fi\/",
  "short_name": "9",
  "long_name": "Länsiterminaali-Rautatieasema-Pasila",
  "headsign": "Pasila"
},

The decimal value for "color" 16777215, translates to #FFFFFF hexidecimal color value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions