candux
candux
# Terminology - MVT-Extent: the width and height of a MVT-Tile in integer coordinates. See the [spec](https://github.com/mapbox/vector-tile-spec/tree/master/2.1#41-layers) for more details - Maplibre-Extent: the width and height of the internal coordinate...
pass round and up as own attributes. This change goes along with https://github.com/maplibre/maplibre-gl-js/pull/1244 This PR can only be merged when the maplibre-gl-js submodule in this repo is updated to keep...
Fixes #503
we noticed sporadic long blocks of the entier tileserver on version 3.1.1 They always happend when somebody accessed the frontPage. Our guess is, that clone() blocks the object and takes...
Based on https://github.com/maptiler/tileserver-gl/pull/224
It is currently very difficult to use the xml interface of the balancer-manager because it needs a nonce even when you only want to view data. This is fixed in...
Hello, this PR adds a quest to fill out missing ref attributes on rail platforms. It's similar to https://github.com/streetcomplete/StreetComplete/issues/2126 for bus stops. We limited the region of this quest to...
Handle 204 No content responses correctly as an empty tile and avoid trying to decode the response
Tileserver-GL started sending empty 204 responses if a tile is not available. https://github.com/maptiler/tileserver-gl/blob/master/src/serve_data.js#L45 https://github.com/maptiler/tileserver-gl/pull/339 Mapbox-gl-js doesn't handle this very good. It creates an error message every time a tile is...
happens with the serveAllStyles option The styles will be already be added later by the watcher. This seems to be introduced with the switch to chokidar in ea89d11021eb6186fdeb3a74f9e367fd6bc99869 Instead, we...
This will watch for changes in the mbtiles and hot-reload it. To keep the implementation simple, the whole renderer is restarted. This will create a small downtime. It is very...