I really like how editor swaps out the transparent lines for solid ones. I think it’s a really clean look. I was just wondering how the layers are decided. I figured it was just most recent on top, but I looked at it today and the flight I took last night is laying on top of both the bus and metro routes I made today.
For an unsolicited opinion, it might look attractive to deemphasize flights compared to other modes since the straight flight lines fill so much space. Mostly just curiosity though
According to the code, it’s newest on top. But sometimes that’s not what we see on the map. So… there’s a bug in there somewhere I think.
You’ll also sometimes see things like a path line on top of a selected item’s callout (the little item details thing that appears on tap). Even though those callouts are added to the map last, which is how Mapbox determines layer order (last added goes on top).
So my hunch is there’s a bug in the Mapbox SDK somewhere. Though it could easily be a mistaken assumption in the Arc code somewhere, or an order of events thing, where what I think is the order it’s happening in isn’t the actual order it’s happening.
What I’d really like to do there is have toggles on the map, for selecting which activity types to show/hide. Like, when you swipe the content sheet down to interact with the map full screen, there could be some extra controls appear. Then you could deselect everything except the running, to see all your running in that week. Or just turn off airplane, because for what you’re looking for at that time those lines are getting in the way.