summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Change GeoJSONOptions.clusterProperties to std::mapupstream/alexshalamov_styleable_snapshotterAlexander Shalamov2020-03-051-2/+2
* [core] Fix TransitionOptions serializationAlexander Shalamov2020-02-262-8/+16
* [core] Fix Color serializationAlexander Shalamov2020-02-261-3/+6
* [core] Generate layer codeAlexander Shalamov2020-02-269-0/+9
* [core] Add layer serialization methodAlexander Shalamov2020-02-263-0/+5
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-1/+3
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-4/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-1/+2
* [core] Add support for "line within polygon"zmiao2020-02-211-9/+3
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+34
* [core] Support [within expression] with layout propertyzmiao2020-02-121-0/+33
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-1/+1
* Add support for expression testzmiao2020-02-122-2/+7
* Enable within expression with Filterzmiao2020-02-122-5/+7
* Enable parse within expressionzmiao2020-02-122-5/+56
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-112-3/+3
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-2/+4
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-116-0/+22
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-88/+0
* [core] Add getSharedExpression to property expressionAlexander Shalamov2020-02-031-0/+5
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-241-1/+4
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+1
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-151-1/+45
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-1/+1
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-172-0/+10
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-132-0/+2
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0312-25/+12
* [core] Add image sections to format expressionAlexander Shalamov2019-12-022-19/+24
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-1/+2
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-5/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-2/+5
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1117-55/+188
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+1
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-311-0/+16
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-271-3/+9
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-271-1/+1
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-273-0/+11
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-273-21/+29
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2612-12/+12
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-262-9/+21
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2613-25/+25
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2613-8/+67
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-261-1/+53
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-261-4/+2
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-0/+2
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2512-0/+48
* [build] Fix builds with -pedanticThiago Marcos P. Santos2019-09-201-2/+2
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-181-0/+6
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-187-1/+13
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-3/+2