summaryrefslogtreecommitdiff
path: root/include/llmr/style/style.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-03 14:55:21 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-03 14:55:21 +0100
commitf1d5f75c4f06173dd46ab4c5988aa8aa7d7b5e19 (patch)
tree12e1881a41a9506f69f8f435deaaefcd242237d6 /include/llmr/style/style.hpp
parent9d982c10fd776f60e8c232cf6c861e610355311f (diff)
downloadqtlocation-mapboxgl-f1d5f75c4f06173dd46ab4c5988aa8aa7d7b5e19.tar.gz
add comment about json stylesheets
Diffstat (limited to 'include/llmr/style/style.hpp')
-rw-r--r--include/llmr/style/style.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp
index 369e4c2f71..80834fa44f 100644
--- a/include/llmr/style/style.hpp
+++ b/include/llmr/style/style.hpp
@@ -21,6 +21,8 @@ public:
void reset();
void load(const uint8_t *const data, uint32_t bytes);
+ // This is commented out because it is not fully implemented yet. For now,
+ // we keep using the protobuf stylesheet format
// void loadJSON(const std::string& data);
void cascade(float z);