0

I have uploaded a Mapbox tileset using MTS with the following recipe:

{
  "version": 1,
  "layers": {
    "layer-name": {
      "source": "mapbox://tileset-source/...",
      "minzoom": 13,
      "maxzoom": 14,
      "tiles": {
        "layer_size": 2050,
        "limit": [
          ["highest_where", true, 40000, "attribute"],
        ],
        "order": "attribute"
      }
    }
  }
}

The uploaded layer has polygon features. The tiles make its way to Mapbox studio, no errors or warnings upon publish, but when styling the data I noticed that the polygons disappear at zoom levels above 14 in spite of the zoom extent being set to 13-22.

This is unexpected because I assumed overzooming would apply here and I would see the polygons in all high zoom levels, albeit possibly simplified as processed for zoom 14.

Trying other things, I added another layer with points, also capped at zoom 14, but the point features happily appear at zooms over 14.

How do I enable overzooming for polygon features for zooms above the tileset's maxzoom level?

David
  • 3,075
  • 3
  • 26
  • 36

0 Answers0