summaryrefslogtreecommitdiff
path: root/platform/ios/app/missing_icon.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/app/missing_icon.json')
-rw-r--r--platform/ios/app/missing_icon.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/platform/ios/app/missing_icon.json b/platform/ios/app/missing_icon.json
deleted file mode 100644
index 5da4125990..0000000000
--- a/platform/ios/app/missing_icon.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "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"
- }
- }]
-}