Nathan Gass

Results 81 comments of Nathan Gass

This is the correct behaviour according to documentation (https://github.com/mapbox/tilejson-spec/tree/master/2.2.0): // REQUIRED. An array of tile endpoints. {z}, {x} and {y}, if present, // are replaced with the corresponding integers. If...

You can use `localhost:8080/health` for that. This only returns the string OK if startup has finished.

I think this depends on #492.

The problem of @candux stems from the fact that the original pull requests does not update the necessary array containing all data sources. I fixed that (and a copy paste...

Its not my call to merge this and I can't help much either as we currently do not use tileserver-gl. In my opinion whats missing is updating the list of...

I think this is by design. It is important for style definitions that only one of maxzoom and minzoom include the border so that you can switch cleanly between two...

As already mentioned in https://github.com/maplibre/maplibre-gl-js/pull/161#issuecomment-964224725 there was some discussion to use 204 just to silence the browser errors, but still fall back to lower zoom-level and not interpret the result...

I think the following accepted pull request https://github.com/mapbox/mapbox-gl-native/pull/8164 to mapbox-gl-native is relevant to the discussion. According to that pull request it is explicit designed behavior for mapbox-gl-native (and so also...

I expect this branch to pass the tests as they are by the way, whereas #160 and maplibre–gl-native would fail rasterfallback204 as it is, as they would actually fallback on...

I think the precedent of https://maplibre.org/maplibre-gl-js-docs/api/map/#map#setfeaturestate that @westinrm mentioned is very important here. It handles the same problems/limitations and it would be confusing if the solutions are completely different. So...