diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-26 12:21:33 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-26 12:21:33 +0100 |
commit | 0c6f993695f403b89453b2410b48455d0885097f (patch) | |
tree | 013e61cf6958ff4fde6a73e0d505512cd0ffd3f9 /include/llmr/style/style.hpp | |
parent | 700dcc9260a57b7ccdd9a93fcecbca73640104ac (diff) | |
download | qtlocation-mapboxgl-0c6f993695f403b89453b2410b48455d0885097f.tar.gz |
add min/max functions and refactor FunctionProperty
fixes #83
Diffstat (limited to 'include/llmr/style/style.hpp')
-rw-r--r-- | include/llmr/style/style.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/llmr/style/style.hpp b/include/llmr/style/style.hpp index 2323228b03..a004df438a 100644 --- a/include/llmr/style/style.hpp +++ b/include/llmr/style/style.hpp @@ -30,16 +30,6 @@ public: void cascade(float z); -private: - static std::pair<std::string, BucketDescription> parseBucket(pbf data); - static LayerDescription parseLayer(pbf data); - static std::pair<std::string, ClassDescription> parseClass(pbf data); - static std::pair<std::string, FillClass> parseFillClass(pbf data); - static std::pair<std::string, LineClass> parseLineClass(pbf data); - static std::pair<std::string, PointClass> parsePointClass(pbf data); - template <typename T> static FunctionProperty<T> parseProperty(pbf data); - static Color parseColor(pbf& data); - public: std::shared_ptr<Sprite> sprite; |