From e8705d535d56415ff8f97db1ad6b5a77ed3fcd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 13 Jan 2016 12:07:33 +0100 Subject: [core] move SourceInfo parsing to StyleParser --- test/fixtures/style_parser/geojson-missing-data.info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixtures/style_parser') diff --git a/test/fixtures/style_parser/geojson-missing-data.info.json b/test/fixtures/style_parser/geojson-missing-data.info.json index 594d01d19d..2c4806c3cf 100644 --- a/test/fixtures/style_parser/geojson-missing-data.info.json +++ b/test/fixtures/style_parser/geojson-missing-data.info.json @@ -1,7 +1,7 @@ { "default": { "log": [ - [1, "WARNING", "ParseStyle", "GeoJSON source must have a data value"] + [1, "ERROR", "ParseStyle", "GeoJSON source must have a data value"] ] } } -- cgit v1.2.1