Craig Kochis
Craig Kochis
Merged in https://github.com/radarlabs/radar-sdk-js/pull/171 You can find the released builds here: * (latest) https://js.radar.com/v4/radar-core.min.js * (pinned) https://js.radar.com/v4.4.1/radar-core.min.js
Just wanted to check in and see if there is any movement or updates on this proposal. The ability to add empty / placeholder layers for client-side customization is something...
> I think that you can achieve it now using the existing APIs, can't you? What would be the preferred approach, creating a layer with an empty layout? For our...
It looks like this section has `hgv: no` https://www.openstreetmap.org/way/684871963
Setting `hgv_access_penalty = 0.0` did not change the route. This how I am setting it (to make sure I'm doing it correctly) ``` /route?json={"locations":[{"lat":42.5525176,"lon":-114.5271132},{"lat":46.32539,"lon":-119.30359}],"costing":"truck","costing_options":{"truck":{"hgv_no_access_penalty":0}}} ```
I guess this change is not in the latest release? https://github.com/valhalla/valhalla/pull/4650
> So it works with master right? I'll have to throw a build together and get back to you 😅 But assuming that's the case, it seems like the `hgv:...
`[email protected]` also works fine while running locally. Non-light has the same issue (local version works, docker version does not).
I haven't been able to get it to work with docker on my local machine yet (I'm also just trying this for the first time). My suspicion is this is...
Ah interesting, yeah let me see if one of the older docker versions works.