Minh Nguyễn
Minh Nguyễn
### General Affected tag(s) to be modified/added: [`highway=traffic_signals`](https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtraffic_signals), [`highway=stop`](https://wiki.openstreetmap.org/wiki/Tag:highway%3Dstop), [`highway=give_way`](https://wiki.openstreetmap.org/wiki/Tag:highway%3Dgive_way), [`junction=uncontrolled`](https://wiki.openstreetmap.org/wiki/Tag:junction%3Duncontrolled) Question asked: **What form of traffic control is present at this intersection?** Or maybe more naturally: **How does traffic...
Fields that accept opening_hours syntax are now standard text fields with the addition of a button that links out to [YoHours](https://projets.pavie.info/yohours/). The user can use this button to compose a...
The Continue operation now allows you to draw freely starting from any point along the line, not only its endpoints. It works on closed lines and areas, too. This makes...
Boundaries can be difficult to edit correctly. Often a new user ends up munging a boundary by accident, especially if it is connected to another feature. An example standalone version...
[OpenHistoricalMap](https://www.openhistoricalmap.org/) has [its own Overpass API instance](https://wiki.openstreetmap.org/wiki/OpenHistoricalMap/Overpass) but no SPARQL endpoint. QLever would be a valuable tool for OHM, because most historical mapping is centered around features that are notable...
We aren’t checking for `CLLocation.course` being −1 in several places: https://github.com/mapbox/mapbox-navigation-ios/blob/abde5f63e58b686c3849e4cddc0d06dee385592b/MapboxNavigation/CarPlayNavigationViewController.swift#L252 https://github.com/mapbox/mapbox-navigation-ios/blob/abde5f63e58b686c3849e4cddc0d06dee385592b/MapboxNavigation/NavigationMapView.swift#L336 https://github.com/mapbox/mapbox-navigation-ios/blob/abde5f63e58b686c3849e4cddc0d06dee385592b/MapboxNavigation/UserCourseView.swift#L26 https://github.com/mapbox/mapbox-navigation-ios/blob/abde5f63e58b686c3849e4cddc0d06dee385592b/MapboxNavigation/UserCourseView.swift#L49 MGLMapView treats a rotation of −1° as meaning “keep the current rotation”, which may not always...
The `Intl.DateTimeFormat()` constructor’s `era` option causes the formatted date to include the default form of an era name. [CLDR allows locales to specify a “variant” form](https://cldr.unicode.org/translation/date-time/date-time-names#h.9odt5mz8qbfy). For example, in English,...
The U.S. Census Bureau maintains [WMS endpoints for all of the layers in TIGER](https://tigerweb.geo.census.gov/tigerwebmain/TIGERweb_wms.html). We’ve imported most of these layers in the past, but automatic conflation is impractical, so in...
Generating the published documentation for v2.8.0-beta.3 produces a slew of warnings about missing USRs. This causes the generated pages to lack method signatures, and anchors to specific sections of the...
GitHub’s new code viewing UI supports an alternative URL format for permalinking to specific columns within a line. For example: https://github.com/maplibre/maplibre-native/blob/749458d6c866223c4966b0c6734b8d5cd8ad9744/platform/ios/platform/darwin/test/MLNExpressionTests.mm#LL1168C81-L1171C50 links to the range from line 1168, column 81...