Minh Nguyễn

Results 1323 comments of Minh Nguyễn

This would be the behavior of the Directions API’s walking profile (and Valhalla under the hood). @browndp08 can someone on your team confirm if this is still the case? Thanks!

I’ve opened an internal issue to track enhancing the Directions API’s underlying routing engine to account for separately drawn sidewalk ways when snapping waypoints.

Support for Chinese is broken due to mapbox/locale-utils#7, and support for Arabic is also broken due to mapbox/locale-utils#9. > Our documentation looks to be incorrect. The Voice API uses locale-utils...

Fair enough, I just needed a convenient place to put these notes when sharing it to locals so they can ask for permission, but I can use a Gist next...

[Here’s a privacy policy](https://www.morgantownwv.gov/privacy/) that’s served from the same domain, albeit not the same software.

Unfortunately, it looks like everything under [the Imagery folder](https://gis.morgantownwv.gov/arcgis/rest/services/Imagery/) is behind a login wall. ([Other services](https://gis.morgantownwv.gov/arcgis/rest/services/) are accessible.) Either this is the wrong URL or the permissions need to be...

There isn’t a dedicated method for that right now, but we’d be happy to consider a pull request implementing something along those lines. In the meantime, you can get the...

> ```swift > mutating func divideIntoChunks(of length: LocationDistance, reversed: Bool) > ``` I removed this suggested method signature because it isn’t possible to convert a LineString into a MultiLineString in...

Per @bamx23, `Identifiable` is used by SwiftUI.

turf-buffer depends on [a port of JSTS’s `BufferOp`](https://github.com/DenisCarriere/turf-jsts/blob/master/src/org/locationtech/jts/operation/buffer/BufferOp.js). Turf.js has wanted to move away from JSTS for a long time, particularly turf-buffer: Turfjs/turf#88 Turfjs/turf-buffer#4 Turfjs/turf-buffer#33 Turfjs/turf#674.