aboutsummaryrefslogtreecommitdiffstats
path: root/platform/ios/missing_icon.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/missing_icon.json')
-rw-r--r--platform/ios/missing_icon.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/platform/ios/missing_icon.json b/platform/ios/missing_icon.json
new file mode 100644
index 000000000..7b34d07cf
--- /dev/null
+++ b/platform/ios/missing_icon.json
@@ -0,0 +1,52 @@
+// 20190423145312
+// https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/app/missing_icon.json
+
+{
+ "version": 8,
+ "name": "Mapbox Streets",
+ "sprite": "mapbox://sprites/mapbox/streets-v8",
+ "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
+ "sources": {
+ "point": {
+ "type": "geojson",
+ "data": {
+ "type": "Feature",
+ "properties": {
+
+ },
+ "geometry": {
+ "type": "Point",
+ "coordinates": [
+ 0,
+ 0
+ ]
+ }
+ }
+ }
+ },
+ "layers": [
+ {
+ "id": "bg",
+ "type": "background",
+ "paint": {
+ "background-color": "#f00"
+ }
+ },
+ {
+ "id": "point",
+ "type": "circle",
+ "source": "point",
+ "paint": {
+ "circle-radius": 100
+ }
+ },
+ {
+ "id": "icon",
+ "type": "symbol",
+ "source": "point",
+ "layout": {
+ "icon-image": "missing-icon"
+ }
+ }
+ ]
+} \ No newline at end of file