diff --git a/test/image/baselines/mapbox_geojson-attributes.png b/test/image/baselines/mapbox_geojson-attributes.png index 1df4e2ff647..54452862087 100644 Binary files a/test/image/baselines/mapbox_geojson-attributes.png and b/test/image/baselines/mapbox_geojson-attributes.png differ diff --git a/test/image/mocks/mapbox_geojson-attributes.json b/test/image/mocks/mapbox_geojson-attributes.json index c1f6faccdc1..1504a047f7b 100644 --- a/test/image/mocks/mapbox_geojson-attributes.json +++ b/test/image/mocks/mapbox_geojson-attributes.json @@ -24,10 +24,10 @@ "type": "Feature", "geometry": { "type": "LineString", - "coordinates": [[-0.5, 52], [0.5, 50]] + "coordinates": [[0.25, 52], [0.75, 50]] }, "properties": { - "title": {"text": "Line Text Example"} + "title": "Line Text Example" } } ] @@ -39,7 +39,7 @@ "symbol": { "text": "{title}", "textfont": { - "size": 10, + "size": 20, "color": "red" }, "iconsize": 0, @@ -52,19 +52,19 @@ "type": "Feature", "geometry": { "type": "LineString", - "coordinates": [[-0.5, 52], [0.5, 50]] + "coordinates": [[0.25, 52], [0.75, 50]] }, "properties": { - "title": {"text": "Line Text Example"} + "title": "Line Text Example" } } ] } } ], - "zoom": 5, + "zoom": 6, "center": { - "lon": 0, + "lon": 0.5, "lat": 51 } },