Minh Nguyễn

Results 1323 comments of Minh Nguyễn

This repository is for the old stylesheets that used to be displayed on openstreetmap.org. You’ll probably want to file this issue in the [gravitystorm/openstreetmap-carto](https://github.com/gravitystorm/openstreetmap-carto/issues/) repository instead.

> do you know if we have any hard limitations on the number of coordinates in a path? Not on the number of coordinates specifically, but according to [the Static...

The new style parameters require passing in a JSON blob, which is quite awkward to construct and manage in Swift. I think this library should provide a convenience function that...

`GroupSymbolizer` support in Carto would be awesome! Personally, though, I find it more natural to express each `GroupRule` as an instance rather than tying disparate rules together with `group-class`. For...

My bad, I derailed this discussion by proposing an alternative but didn't follow through with a PR. Sorry about that. I need to dig back in and figure out how...

For reference, GeoJSON.io relies on [Leaflet Draw](http://leaflet.github.io/Leaflet.draw/) and Mapbox Studio’s Datasets editor relies on [gl-draw](https://github.com/mapbox/mapbox-gl-draw/). It makes a lot of sense for there to also be a vector drawing library...

> This turned out to be expected behavior when using both icon-anchor and icon-text-fit. @cmilack @evil159 I think it’s a bit more nuanced than that. As https://github.com/mapbox/mapbox-maps-ios/issues/381#issuecomment-883699210 shows, the developer...

Confirmed that the issue still reproduces: https://github.com/mapbox/mapbox-navigation-ios/pull/2928#issuecomment-1129249034.

mapbox/mapbox-navigation-ios#3330 works around this issue with more robust locale selection code ported from map SDK v6._x_.

On iOS 16, [`Locale.Language.Components`](https://developer.apple.com/documentation/foundation/locale/language/components?changes=latest_minor) take the guesswork out of locale identifier parsing, but the logic above can still be tightened up regardless.