summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix Color serializationAlexander Shalamov2020-02-261-10/+1
* [core] Generate layer codeAlexander Shalamov2020-02-269-461/+650
* [core] Add layer serialization methodAlexander Shalamov2020-02-262-22/+95
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-40/+53
* [test-runner] Add new metricszmiao2020-02-211-1/+1
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-2/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-94/+72
* [core] Move geometry within algorithm to utilzmiao2020-02-211-147/+6
* [core] Add support for "line within polygon"zmiao2020-02-211-4/+197
* [core] Fix sprite sheet merging in Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-172-1/+18
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+132
* [core] Support [within expression] with layout propertyzmiao2020-02-121-0/+37
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-23/+13
* Add support for expression testzmiao2020-02-122-32/+123
* Enable within expression with Filterzmiao2020-02-122-26/+35
* Enable parse within expressionzmiao2020-02-124-0/+150
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-113-9/+8
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-113-21/+48
* [core] Clear tile pyramid for custom source only if there is a significant ch...Alexander Shalamov2020-02-113-4/+8
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-112-14/+7
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-118-1/+44
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-034-116/+1
* [core] Add getSharedExpression to property expressionAlexander Shalamov2020-02-031-0/+4
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-242-13/+29
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-153-6/+4
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-153-13/+82
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-137-12/+28
* [core] Fix GeoJSONVTData ownership and life cycleMikhail Pozdnyakov2020-01-091-11/+6
* remove unused code (#16077)Dane Springmeyer2019-12-192-2/+0
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-178-103/+122
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-132-8/+6
* [core] Fix -Wshadow when using GCC 4.9Thiago Marcos P. Santos2019-12-122-7/+7
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0312-827/+536
* [core] Add unit tests for Formatted classAlexander Shalamov2019-12-021-3/+2
* [core] Add image sections to format expressionAlexander Shalamov2019-12-025-71/+122
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-2/+2
* [core] GeoJSONVTData uses Scheduler::GetSequenced()Mikhail Pozdnyakov2019-11-291-14/+19
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-25/+18
* [core] Fix supercluster lambdas capturingMikhail Pozdnyakov2019-11-291-7/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-294-27/+31
* [core] Introduce style::CollectionWithPersistentOrderMikhail Pozdnyakov2019-11-193-39/+77
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1131-300/+561
* [core] Parse GeoJSONSource description in backgroundMikhail Pozdnyakov2019-11-051-12/+24
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+4
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-313-40/+33
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-142-35/+37
* Add iOS bindings for cluster properties (#15515)Jordan Kiley2019-10-111-0/+1
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-272-39/+93
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2710-208/+262
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-0/+29