Minh Nguyễn
Minh Nguyễn
NavigationMapView needs to stop assuming that the first route in an array of routes is the selected or active route. ## Background Since the very beginning, NavigationMapView has always assumed...
OSRM-based profiles of the Directions API apparently leave the `degrees` property of a banner instruction object unset if the leg ends on the roundabout (avoiding an exit roundabout maneuver). When...
A RouteVoiceController needs to be present for the lifetime of not only a NavigationViewController but also a CarPlay `navigation` activity. ## Problem If the user opens the application and starts...
CarPlayNavigationViewController and RouteController own two independent location managers. NavigationService doesn’t have the ability to respond to two different location managers at the same time, so #3393 has to keep the...
Greene County GIS publishes 3-inch orthoimagery of Greene County, Ohio, that was collected as part of the Ohio Statewide Imagery Program (#593). ## URL of the imagery https://gis.co.greene.oh.us/gcags/rest/services/Aerials/AerialView2018/MapServer (specifically [layer...
The published documentation for v2.5.0 lacks method signatures, and anchors to specific sections of the pages are broken. Compare the `LineString.intersection(with:)` documentation between v2.4.0 and v2.5.0: [](https://mapbox.github.io/turf-swift/2.4.0/Functions.html#/s:4Turf12intersectionySo22CLLocationCoordinate2DVSgAD_ADt_AD_ADttF) [](https://mapbox.github.io/turf-swift/2.5.0/Functions.html#/) This is...
The command line tool should accept multiple configuration files or a configuration file plus a URL, merging the various options into a single request. It currently accepts only one configuration...
MapboxDirections.xcodeproj currently has four separate framework targets, one for each platform, plus corresponding test targets and schemes. To streamline development both locally and downstream, we should combine them into a...
MapboxStatic.xcodeproj currently has four separate framework targets, one for each platform, plus corresponding test targets and schemes. To streamline development both locally and downstream, we should combine them into a...
Added a shield definition for Iraq (national) highways. Only highways have been mapped as relations so far; numbered freeways and roads don’t have relations yet. As in Iran (#463), route...