summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/resource.hpp
diff options
context:
space:
mode:
authorLucas Wojciechowski <lucas@mapbox.com>2015-08-20 15:50:39 -0700
committerLucas Wojciechowski <lucas@mapbox.com>2015-08-21 14:39:26 -0700
commite97662972fef0e56132a03f2c2510c0da8537aad (patch)
tree00c1725ad6a64928f42bbf0924d320def23ea08c /include/mbgl/storage/resource.hpp
parentb7a4000a3ce273d6f5024df7dc02b68112999f94 (diff)
downloadqtlocation-mapboxgl-e97662972fef0e56132a03f2c2510c0da8537aad.tar.gz
Support v8 sprite, glyph, and style mapbox:// urls
Diffstat (limited to 'include/mbgl/storage/resource.hpp')
-rw-r--r--include/mbgl/storage/resource.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/storage/resource.hpp b/include/mbgl/storage/resource.hpp
index 2fcb3b1b78..0c2a27e9d1 100644
--- a/include/mbgl/storage/resource.hpp
+++ b/include/mbgl/storage/resource.hpp
@@ -13,8 +13,8 @@ struct Resource {
Source,
Tile,
Glyphs,
- JSON,
- Image
+ SpriteImage,
+ SpriteJSON
};
const Kind kind;