test/fixtures/responses/mapbox/empty_results.json in graticule-2.5.0 vs test/fixtures/responses/mapbox/empty_results.json in graticule-2.6.0
- old
+ new
@@ -1,7 +1,14 @@
-{"query":["asdfjkl"],"attribution":{"mapbox-places":"<a href='https://www.mapbox.com/about/maps/' target='_blank'>© Mapbox © OpenStreetMap</a> <a class='mapbox-improve-map' href='https://www.mapbox.com/map-feedback/' target='_blank'>Improve this map</a>"},"results":[]}
\ No newline at end of file
+{
+ "type": "FeatureCollection",
+ "query": [
+ "asdfjkl"
+ ],
+ "features": [],
+ "attribution": "NOTICE: © 2017 Mapbox and its suppliers. All rights reserved. Use of this data is subject to the Mapbox Terms of Service (https://www.mapbox.com/about/maps/). This response and the information it contains may not be retained."
+}