Skip to content

Pattern set in mapbox style.json not displayed #713

@utagawal

Description

@utagawal

Some items present in the style.json are not rendered

Capture d’écran 2022-11-06 171524

Capture d’écran 2022-11-06 171542

Description in style.json file :

{
  "id": "Contours-falaise",
  "type": "line",
  "metadata": {"IHM:overlay": false},
  "source": "openmaptiles",
  "source-layer": "mountain_peak",
  "minzoom": 14,
  "filter": [
    "all",
    [
      "in",
      "class",
      "cliff",
      "earth_bank",
      "hedge",
      "fence",
      "wall"
    ]
  ],
  "layout": {
    "line-cap": "butt",
    "line-join": "bevel",
    "visibility": "visible"
  },
  "paint": {
    "line-color": "#977C73",
    "line-opacity": 0.3,
    "line-pattern": "cliff3",
    "line-translate-anchor": "map",
    "line-width": {
      "stops": [[6, 6], [20, 12]]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions