Skip to content

Commit

Permalink
How to migrate deprecated expressions (#333)
Browse files Browse the repository at this point in the history
* How to migrate deprecated expressions

* Update index.tsx

fix nested quotes

* Another attempt at nested quotes
  • Loading branch information
zstadler authored Sep 11, 2023
1 parent 6edc7fb commit 3e1b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/routes/deprecations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Layers() {
<Markdown content={`# Deprecations
Some style properties are no longer the preferred method of accomplishing a particular styling goal. While they are still supported, they will eventually be removed from the MapLibre Style Specification and it is not recommended to use them in new styles. The following is provided as reference for users who need to continue maintaining legacy styles while transitioning to preferred style properties.
The [\`gl-style-migrate\`](https://github.com/maplibre/maplibre-style-spec/blob/main/README.md#gl-style-migrate) tool can be used to migrate style files to the latest version and replace deprecated expressions with their supported equivalents.
## Function
`}/>
Expand Down

0 comments on commit 3e1b7fc

Please sign in to comment.