summaryrefslogtreecommitdiff
path: root/include/llmr/style
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-1623-1419/+0
* separate comparisons and expressionsKonstantin Käfer2014-07-164-68/+90
* add more comparison testsKonstantin Käfer2014-07-164-18/+20
* update value semanatics to be closer to js and add filter expression testsKonstantin Käfer2014-07-164-121/+202
* add enum class to unify parsing/stringificationKonstantin Käfer2014-07-142-14/+19
* fix includesKonstantin Käfer2014-07-141-0/+2
* don't initialize sources multiple timesKonstantin Käfer2014-07-142-7/+11
* add forward-declared Source shared_ptr to style_bucketMike Morris2014-07-111-0/+3
* break out StyleSource from Source, move getActiveSources andMike Morris2014-07-104-20/+34
* move sprite class to map directoryMike Morris2014-07-101-64/+0
* remove *-enabledKonstantin Käfer2014-07-102-18/+6
* allow specifying a base parameter for exponential functionsKonstantin Käfer2014-07-101-3/+3
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-105-14/+12
|\
| * move render type to layer top levelKonstantin Käfer2014-07-093-7/+11
| * switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-091-1/+1
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-091-6/+0
* | move to per-map access tokenJustin R. Miller2014-07-092-1/+8
|/
* fix applied classes symbolsKonstantin Käfer2014-07-071-1/+1
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-073-0/+15
|\
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-032-0/+14
| |\
| | * Support for text-transformJohn Firebaugh2014-07-032-0/+14
| * | re-add setAppliedClasses() to styleJustin R. Miller2014-07-031-0/+1
| |/
* | add applied classes apiKonstantin Käfer2014-07-031-0/+1
|/
* correctly detect duplicate layersKonstantin Käfer2014-07-031-3/+0
* remove variant options; they're all functions anywayKonstantin Käfer2014-07-031-3/+0
* tuple is explicit in gcc's stlKonstantin Käfer2014-07-031-1/+1
* fix background paintingKonstantin Käfer2014-07-021-1/+3
* correctly parse array properties like *-translateKonstantin Käfer2014-07-021-4/+9
* make rasterization work againKonstantin Käfer2014-07-021-8/+19
* parse rasterize values as wellKonstantin Käfer2014-07-024-19/+30
* load glyphset url from stylesheetKonstantin Käfer2014-07-022-0/+9
* read sprite image from styleKonstantin Käfer2014-07-022-0/+9
* switch to unordered_map for spritesKonstantin Käfer2014-07-021-5/+5
* removing empty AppliedClassProperties objectsKonstantin Käfer2014-07-011-0/+1
* add remaining propertiesKonstantin Käfer2014-07-011-4/+4
* make transitions work properlyKonstantin Käfer2014-07-013-19/+8
* add interpolationKonstantin Käfer2014-06-304-0/+9
* refactor functionsKonstantin Käfer2014-06-307-39/+83
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-307-33/+64
* add way for adding/removing classesKonstantin Käfer2014-06-271-0/+17
* make more members of StyleLayer constKonstantin Käfer2014-06-272-6/+17
* more docs + remove StyleLayer::Ptr typedefKonstantin Käfer2014-06-271-3/+15
* add raster enabled/opacityKonstantin Käfer2014-06-271-0/+2
* more refactoring and fallback valuesKonstantin Käfer2014-06-276-74/+161
* even more refactoringKonstantin Käfer2014-06-275-34/+169
* add interface for iterating over classpropertiesKonstantin Käfer2014-06-271-18/+17
* reorganize propertiesKonstantin Käfer2014-06-277-290/+321
* use class ids rather than names for storing stylesKonstantin Käfer2014-06-271-1/+2
* add class dictionary to avoid storing strings all the timeKonstantin Käfer2014-06-271-0/+32
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-1/+1