From 6e1b083403baffde84c78108ee03d6999d834bcd Mon Sep 17 00:00:00 2001 From: utagawal <16464382+utagawal@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:05:54 +0100 Subject: [PATCH] Update CHANGELOG.md fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e1f201..326147dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Breaking changes -#### BBOX templates for `geojson` souurces +#### BBOX templates for `geojson` sources Previously, the `{bbox-epsg-3857}` and `{bbox-epsg-[custom projection srs code]}` template replacement included the projection's SRS identifier, e.g. `1234,4567,4321,7654,EPSG:9876`. Now, the template replacement just includes the bounding box. This means that e.g. WFS source URLs need to be changed in the Mapbox style.