Skip to content

vector layer: Refactor style.cpp to work with latest style specification #218

@LucasDworschak

Description

@LucasDworschak

The latest maplibre style spec uses some expressions that our cpp code cannot correctly parse. It is fine for now since all our stylesheets we have are using the older specification, but we should update to the newest spec eventually:

link to specification: https://maplibre.org/maplibre-style-spec/expressions/

command to upgrade stylesheet to latest version:

npm install @maplibre/maplibre-gl-style-spec --global
gl-style-migrate bright-v7.json > bright-v8.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    maybe

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions